From cbffa53e2d7a6d64296d1d79190d6d1998ffd3e6 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Tue, 29 Aug 2023 16:40:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/logic/task/TaskLogic.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/common/logic/task/TaskLogic.php b/app/common/logic/task/TaskLogic.php index 2c19b2182..80721438c 100644 --- a/app/common/logic/task/TaskLogic.php +++ b/app/common/logic/task/TaskLogic.php @@ -131,7 +131,6 @@ class TaskLogic extends BaseLogic } $data['extend']=json_encode($v['extend']); } - halt($data); $task_id = (new Task())->insertGetId($data); TaskSchedulingPlan::where('id', $TaskSchedulingPlan['id'])->update(['task_id' => $task_id, 'is_execute' => 1]); // TaskTemplate::where('id', $v['id'])->update(['cron_time' => time()]);