This commit is contained in:
2023-04-06 15:31:39 +08:00
parent d984bf0784
commit 5a47161d1f
3 changed files with 14 additions and 5 deletions
@@ -50,10 +50,10 @@ class SendStationMessageConsumer extends ConsumerMessage
if ($data['notice_type'] == 1){
// 医生服务通知
$message_type = 3;
$message_type = 4;
}elseif ($data['notice_type'] == 2){
// 医生系统公告
$message_type = 4;
$message_type = 3;
}elseif ($data['notice_type'] == 3){
// 患者系统消息
$message_type = 5;