fix
This commit is contained in:
parent
c3995792c8
commit
167f6e70d8
@ -81,7 +81,8 @@ class TaskTemplateLogic extends BaseLogic
|
||||
return false;
|
||||
}
|
||||
}
|
||||
if($params['types']!=33){
|
||||
// 除了长期任务,其他阶段类型没有长期金额
|
||||
if($params['types']!=2){
|
||||
$params['money_three']=0;
|
||||
}
|
||||
if($params['type']==35){
|
||||
@ -162,7 +163,8 @@ class TaskTemplateLogic extends BaseLogic
|
||||
return false;
|
||||
}
|
||||
}
|
||||
if($params['types']!=33){
|
||||
// 除了长期任务,其他阶段类型没有长期金额
|
||||
if($params['types']!=2){
|
||||
$params['money_three']=0;
|
||||
}
|
||||
if($params['type']==35){
|
||||
|
Loading…
x
Reference in New Issue
Block a user