fixed
This commit is contained in:
parent
0779b5c590
commit
f3f63c38c2
@ -388,7 +388,7 @@ class TaskLogic extends BaseLogic
|
|||||||
|
|
||||||
// 督促完成需求收集和交易任务 第二个阶段即长期
|
// 督促完成需求收集和交易任务 第二个阶段即长期
|
||||||
$townTaskTypeList = DictData::where(['type_value' => 'town_task_type', 'status' => 1])->column('value', 'id');
|
$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) {
|
if ($v_day_count<= $stageDayOneAccumulative) {
|
||||||
// 第一阶段金额
|
// 第一阶段金额
|
||||||
return $tempalte['money'];
|
return $tempalte['money'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user