更新
This commit is contained in:
parent
8bc511ce71
commit
cbffa53e2d
@ -131,7 +131,6 @@ class TaskLogic extends BaseLogic
|
|||||||
}
|
}
|
||||||
$data['extend']=json_encode($v['extend']);
|
$data['extend']=json_encode($v['extend']);
|
||||||
}
|
}
|
||||||
halt($data);
|
|
||||||
$task_id = (new Task())->insertGetId($data);
|
$task_id = (new Task())->insertGetId($data);
|
||||||
TaskSchedulingPlan::where('id', $TaskSchedulingPlan['id'])->update(['task_id' => $task_id, 'is_execute' => 1]);
|
TaskSchedulingPlan::where('id', $TaskSchedulingPlan['id'])->update(['task_id' => $task_id, 'is_execute' => 1]);
|
||||||
// TaskTemplate::where('id', $v['id'])->update(['cron_time' => time()]);
|
// TaskTemplate::where('id', $v['id'])->update(['cron_time' => time()]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user