新增问诊消息推送
This commit is contained in:
@@ -73,6 +73,7 @@ class SendStationMessageConsumer extends ConsumerMessage
|
||||
$cloud_custom_data['is_system'] = 1;
|
||||
$cloud_custom_data['inquiry_type'] = "";
|
||||
$cloud_custom_data['message_rounds'] = 0;
|
||||
$cloud_custom_data['patient_family_data'] = [];
|
||||
|
||||
// 消息内容
|
||||
$message_content_data = array();
|
||||
@@ -89,7 +90,7 @@ class SendStationMessageConsumer extends ConsumerMessage
|
||||
$this->saveMessageNotice($user->toArray(),$data);
|
||||
|
||||
Log::getInstance()->info("站内消息推送成功");
|
||||
$this->saveSuccessPushLog($user['user_type'],$data['sub_data']);
|
||||
$this->saveSuccessPushLog($user['user_type'],$data);
|
||||
|
||||
} catch (\Exception $e) {
|
||||
Log::getInstance()->error("站内消息推送执行失败:" . $e->getMessage());
|
||||
|
||||
Reference in New Issue
Block a user