新增问诊类型

This commit is contained in:
2023-04-11 11:10:02 +08:00
parent 3935c8827b
commit bb4dc3c710
4 changed files with 19 additions and 7 deletions
@@ -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'])){