This commit is contained in:
chenbo 2023-09-20 13:46:17 +08:00
parent c3995792c8
commit 167f6e70d8

View File

@ -81,7 +81,8 @@ class TaskTemplateLogic extends BaseLogic
return false; return false;
} }
} }
if($params['types']!=33){ // 除了长期任务,其他阶段类型没有长期金额
if($params['types']!=2){
$params['money_three']=0; $params['money_three']=0;
} }
if($params['type']==35){ if($params['type']==35){
@ -162,7 +163,8 @@ class TaskTemplateLogic extends BaseLogic
return false; return false;
} }
} }
if($params['types']!=33){ // 除了长期任务,其他阶段类型没有长期金额
if($params['types']!=2){
$params['money_three']=0; $params['money_three']=0;
} }
if($params['type']==35){ if($params['type']==35){