This commit is contained in:
chenbo 2023-09-27 14:44:08 +08:00
parent f3f63c38c2
commit 65c2a46e34

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