소스 검색

添加网格化人员轨迹接口

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);