Xu·LinPeng 4 месяцев назад
Родитель
Сommit
275e5641a3
1 измененных файлов с 2 добавлено и 4 удалено
  1. 2 4
      Modules/Camera/Http/Controllers/Api/CameraApiController.php

+ 2 - 4
Modules/Camera/Http/Controllers/Api/CameraApiController.php

@@ -3331,10 +3331,8 @@ class CameraApiController extends BaseController
         }
         if ($area_id == 1055262899082551297){
             $res['people_info'] = "太西片区作业人数:" . ($ziying_people + $waiwei_people) ."人;其中:内部:".$ziying_people."人,外委施工:".$waiwei_people."人";
-        } elseif ($area_id == 1055262869143609349){
-            $res['people_info'] = "宁东片区作业人数:" . ($ziying_people + $waiwei_people) ."人;其中:内部:".$ziying_people."人,外委施工:".$waiwei_people."人";
-        }else{
-            $res['people_info'] = null;
+        } else{
+            $res['people_info'] = "作业人数:" . ($ziying_people + $waiwei_people) ."人;其中:内部:".$ziying_people."人,外委施工:".$waiwei_people."人";
         }