Selaa lähdekoodia

添加网格化人员轨迹接口

qiuzijian 1 vuosi sitten
vanhempi
commit
aaca40ea27
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Modules/Admin/Services/ApiService.php

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

@@ -92,7 +92,7 @@ class ApiService{
             }
             $area_list = DB::connection('mysql_fwview')->table('formtable_main_974')
                            ->whereNotIn('qymc', $area_arr)
-                           ->where('ssxmc', $depart)->orderBy('areaid', 'asc')->get();
+                           ->where('szxmc', $depart)->orderBy('areaid', 'asc')->get();
             foreach ($area_list as $area) {
                 $res[] = [
                     'area'    => $area->qymc,