浏览代码

添加网格化人员轨迹接口

qiuzijian 1 年之前
父节点
当前提交
5f52e7792f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Modules/Admin/Services/ApiService.php

+ 1 - 1
Modules/Admin/Services/ApiService.php

@@ -49,7 +49,7 @@ class ApiService{
                        ->groupBy('lrr')->select(
                             [
                                 'hrmresource.lastname as person_name',
-                                'uf_wghgl_new.lrr as person_id   '
+                                'uf_wghgl_new.lrr as person_id'
                             ]
                         )->get();
             $query = json_decode($query);