This commit is contained in:
chenbo 2023-09-27 14:43:42 +08:00
parent 0779b5c590
commit f3f63c38c2

View File

@ -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'];