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