From e7e0dd9a9b3dfc1e8b28db214a663d08625ef8f3 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Mon, 6 Nov 2023 16:47:59 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E9=95=87=E5=86=9C=E7=A7=91=E8=B4=9F?= =?UTF-8?q?=E8=B4=A3=E4=BA=BA=E4=BB=BB=E5=8A=A1-=E4=BB=BB=E5=8A=A16,7,8?= =?UTF-8?q?=E7=BB=93=E7=AE=97=E9=80=BB=E8=BE=91=E3=80=82=20=E4=BB=BB?= =?UTF-8?q?=E5=8A=A13,4=E9=83=A8=E5=88=86=E7=BB=93=E7=AE=97=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/logic/task/TaskLogic.php | 1 + 1 file changed, 1 insertion(+) 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'];