Browse Source

添加网格化人员轨迹接口

qiuzijian 1 năm trước cách đây
mục cha
commit
5f52e7792f

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

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