1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user