order status
This commit is contained in:
parent
ba1c218d11
commit
cd86fbf22d
@ -161,7 +161,7 @@ class GuideController extends Controller
|
|||||||
|
|
||||||
// 待办事项-主教练
|
// 待办事项-主教练
|
||||||
$theme = "请审核餐单并设置「用户" . $order->name . "」的餐单日历";
|
$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);
|
return $this->success('ok', $guide);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -419,7 +419,7 @@ class GuideController extends Controller
|
|||||||
|
|
||||||
// 待办事项-主教练
|
// 待办事项-主教练
|
||||||
$theme = "请审核餐单并设置「用户" . $order->name . "」的餐单日历";
|
$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');
|
return $this->success('ok');
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
AddErrorLog::dispatch('setGuideTemplate file:' . $e->getFile() . ' line:' . $e->getLine() . ' message:' . $e->getMessage())->onQueue('health');
|
AddErrorLog::dispatch('setGuideTemplate file:' . $e->getFile() . ' line:' . $e->getLine() . ' message:' . $e->getMessage())->onQueue('health');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user