diff --git a/app/common/logic/task/TaskLogic.php b/app/common/logic/task/TaskLogic.php index 49a3b0bf0..b0a39898a 100644 --- a/app/common/logic/task/TaskLogic.php +++ b/app/common/logic/task/TaskLogic.php @@ -941,6 +941,7 @@ class TaskLogic extends BaseLogic if ($dayCount == $taskTemplateInfo['stage_day_one']) { // 目标任务金额 行政村数量*6000 + 小组服务团队数量*3000 $targetShareholderedMoney = bcadd(bcmul($villageCount, 6000, 2), bcmul($groupServiceCompanyCount, 3000, 2), 2); + $companyIds = []; foreach ($groupServiceCompanyList as $groupServiceCompany) { $companyIds[] = $groupServiceCompany['id'];