fixed
This commit is contained in:
parent
a26ef0d02f
commit
2899ccf213
@ -113,7 +113,7 @@ class TaskTemplateLogic extends BaseLogic
|
|||||||
'stage_day_two' => $params['stage_day_two']??0,
|
'stage_day_two' => $params['stage_day_two']??0,
|
||||||
'proportion_two' => $params['proportion_two']??0,
|
'proportion_two' => $params['proportion_two']??0,
|
||||||
'recharge' => $params['recharge']??0,
|
'recharge' => $params['recharge']??0,
|
||||||
'cron_time' => strtotime($params['cron_time']), // 定时下发日期
|
// 'cron_time' => strtotime($params['cron_time']), // 定时下发日期
|
||||||
]);
|
]);
|
||||||
Db::commit();
|
Db::commit();
|
||||||
return true;
|
return true;
|
||||||
@ -337,7 +337,7 @@ class TaskTemplateLogic extends BaseLogic
|
|||||||
'recharge' => $params['recharge']??0,
|
'recharge' => $params['recharge']??0,
|
||||||
'stage_day_three' => $params['stage_day_three']??0,
|
'stage_day_three' => $params['stage_day_three']??0,
|
||||||
'new_money_three' => $params['new_money_three']??0,
|
'new_money_three' => $params['new_money_three']??0,
|
||||||
'cron_time' => strtotime($params['cron_time']), // 定时下发日期
|
// 'cron_time' => strtotime($params['cron_time']), // 定时下发日期
|
||||||
]);
|
]);
|
||||||
Db::commit();
|
Db::commit();
|
||||||
return true;
|
return true;
|
||||||
@ -413,7 +413,7 @@ class TaskTemplateLogic extends BaseLogic
|
|||||||
'recharge' => $params['recharge']??0,
|
'recharge' => $params['recharge']??0,
|
||||||
'stage_day_three' => $params['stage_day_three']??0,
|
'stage_day_three' => $params['stage_day_three']??0,
|
||||||
'new_money_three' => $params['new_money_three']??0,
|
'new_money_three' => $params['new_money_three']??0,
|
||||||
'cron_time' => strtotime($params['cron_time']), // 定时下发日期
|
// 'cron_time' => strtotime($params['cron_time']), // 定时下发日期
|
||||||
]);
|
]);
|
||||||
Db::commit();
|
Db::commit();
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user