新增字段

This commit is contained in:
2023-04-11 11:24:30 +08:00
parent bb4dc3c710
commit e8c392a96e
2 changed files with 3 additions and 2 deletions
@@ -71,7 +71,7 @@ class SendStationMessageConsumer extends ConsumerMessage
$cloud_custom_data = array();
$cloud_custom_data['order_inquiry_id'] = "";
$cloud_custom_data['is_system'] = 1;
$cloud_custom_data['inquiry_type'] = "";
$cloud_custom_data['inquiry_type'] = $data['inquiry_type'] ?? "";
$cloud_custom_data['message_rounds'] = 0;
$cloud_custom_data['patient_family_data'] = [];