From cd86fbf22d545e1eb3724cc4c9ddeffd1c7e0fb7 Mon Sep 17 00:00:00 2001 From: Hankin Date: Fri, 5 Jun 2026 14:13:49 +0800 Subject: [PATCH] order status --- app/Http/Controllers/H5/GuideController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/H5/GuideController.php b/app/Http/Controllers/H5/GuideController.php index ca6c562..a217f83 100644 --- a/app/Http/Controllers/H5/GuideController.php +++ b/app/Http/Controllers/H5/GuideController.php @@ -161,7 +161,7 @@ class GuideController extends Controller // 待办事项-主教练 $theme = "请审核餐单并设置「用户" . $order->name . "」的餐单日历"; - TaskService::AddTask(0, 0, $theme, [1], $order->id); + TaskService::AddTask(0, 0, $theme, [1], $order->id, "", "", "", "check_guide"); return $this->success('ok', $guide); } @@ -419,7 +419,7 @@ class GuideController extends Controller // 待办事项-主教练 $theme = "请审核餐单并设置「用户" . $order->name . "」的餐单日历"; - TaskService::AddTask(0, 0, $theme, [1], $order->id); + TaskService::AddTask(0, 0, $theme, [1], $order->id, "", "", "", "check_guide"); return $this->success('ok'); } catch (\Exception $e) { AddErrorLog::dispatch('setGuideTemplate file:' . $e->getFile() . ' line:' . $e->getLine() . ' message:' . $e->getMessage())->onQueue('health');