From afb3f65f8cf165a32f0cd46fd66df43836834634 Mon Sep 17 00:00:00 2001 From: Hankin Date: Thu, 12 Mar 2026 14:26:45 +0800 Subject: [PATCH] notice --- app/Console/Commands/DmaQuestionNotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/DmaQuestionNotice.php b/app/Console/Commands/DmaQuestionNotice.php index 76c51be..6d75f2b 100644 --- a/app/Console/Commands/DmaQuestionNotice.php +++ b/app/Console/Commands/DmaQuestionNotice.php @@ -128,7 +128,7 @@ class DmaQuestionNotice extends Command // 改为通知教练 $chatService = new ChatService(); $msg = "请提醒用户【{$order->name}】每周抽出1天做清洁保养巩固,有助于维持良好的身体状态。"; - $chatService->sendImMsgUserToUser($order->id, '系统通知', $msg, '', '', [ServiceRole::MAIN_COACH, ServiceRole::COACH, ServiceRole::CUSTOMER], [], []); + $chatService->sendImMsgUserToUser($order->id, '系统通知', $msg, '', '', [ServiceRole::MAIN_COACH, ServiceRole::COACH], [], []); } }