|
@@ -3331,10 +3331,8 @@ class CameraApiController extends BaseController
|
|
}
|
|
}
|
|
if ($area_id == 1055262899082551297){
|
|
if ($area_id == 1055262899082551297){
|
|
$res['people_info'] = "太西片区作业人数:" . ($ziying_people + $waiwei_people) ."人;其中:内部:".$ziying_people."人,外委施工:".$waiwei_people."人";
|
|
$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."人";
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|