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');