作者 景龙
1 个管道 的构建 通过 耗费 0 秒

修改project_id

... ... @@ -493,7 +493,7 @@ class CommonController extends RestBaseController
$party = 1;
}
//获取今天的巡检信息(共同合作完成)
$where = ['project_id'=>$result['id'],'party'=>$party];
$where = ['project_id'=>$project_id,'party'=>$party];
//日检
$field = 'status,point_id';
$todayIns = $this->getTodayIns($where,$field);
... ...