From f3f63c38c2ff04e0c732eda5388a0d8692b4dab7 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Wed, 27 Sep 2023 14:43:42 +0800 Subject: [PATCH] fixed --- app/common/logic/task/TaskLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/logic/task/TaskLogic.php b/app/common/logic/task/TaskLogic.php index 990450529..56661ee6a 100644 --- a/app/common/logic/task/TaskLogic.php +++ b/app/common/logic/task/TaskLogic.php @@ -388,7 +388,7 @@ class TaskLogic extends BaseLogic // 督促完成需求收集和交易任务 第二个阶段即长期 $townTaskTypeList = DictData::where(['type_value' => 'town_task_type', 'status' => 1])->column('value', 'id'); - if ($townTaskTypeList[$tempalte['type'] === 'town_task_type_5']) { + if ($townTaskTypeList[$tempalte['type'] ]=== 'town_task_type_5') { if ($v_day_count<= $stageDayOneAccumulative) { // 第一阶段金额 return $tempalte['money'];