This commit is contained in:
chenbo 2023-11-20 19:01:21 +08:00
parent 959f7d642f
commit 3d249a63ae

View File

@ -2313,7 +2313,7 @@ class TaskLogic extends BaseLogic
// 查询 镇农科公司负责人是否有对应的每日任务安排
$templateList = TaskTemplate::where(['company_id'=>$townCompany['id']])->whereIn('type', $typeIds)->select()->toArray();
// 未做任务安排的小组服务公司不在判定范围内,跳出本次循环
if(count($templateList) === 4) {
if(count($templateList) === 3) {
$isTaskSchedule = 1;
// 查询负责人的循环任务有没有全部做完 任意有一个任务没有做完,则判定为 协助总负责人开展工作任务 失败
foreach ($templateList as $template) {