新增问诊类型
This commit is contained in:
@@ -199,6 +199,10 @@ class SendStationMessageConsumer extends ConsumerMessage
|
||||
$notice_data['notice_system_type'] = $push_data['notice_system_type'] ;
|
||||
}
|
||||
|
||||
if (isset($push_data['inquiry_type'])){
|
||||
$notice_data['inquiry_type'] = $push_data['inquiry_type'] ;
|
||||
}
|
||||
|
||||
$notice_data['read_status'] = 0;
|
||||
|
||||
if (isset($push_data['from_name'])){
|
||||
|
||||
Reference in New Issue
Block a user