Commit 6f3e3484 authored by xiaoling.yin's avatar xiaoling.yin

StrategyTaskJob job加大括号

parent 2c06bbaf
......@@ -48,7 +48,7 @@ class CreatedTaskDataCommand extends Command
if ($v['day_type'] == 0){//day_type 0每天 1日期前一天和当天,为1的时候不需要每月执行,在导入数据的时候统一处理一次就完成
//$StrategyService->createTaskDataJob($v['strategy_sn']);
$jobParams = ['strategySn'=>$v['strategy_sn']];
$job = (new StrategyTaskJob($jobParams))->onQueue('StrategyTask');
$job = (new StrategyTaskJob($jobParams))->onQueue('{StrategyTask}');
dispatch($job);
}else{//修改最后执行月份
$cmonth = date('n');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment