修改问诊

This commit is contained in:
2023-03-29 19:32:41 +08:00
parent 5362cd2a74
commit 57e0489fb4
7 changed files with 680 additions and 28 deletions
@@ -209,10 +209,6 @@ class SendStationMessageConsumer extends ConsumerMessage
$notice_data['read_status'] = 0;
if (isset($push_data['inquiry_type'])){
$notice_data['inquiry_type'] = $push_data['inquiry_type'] ;
}
if (isset($push_data['from_name'])){
$notice_data['from_name'] = $push_data['from_name'] ;
}