新增检测回调、修改自动完成订单、新增im推送、
This commit is contained in:
@@ -147,6 +147,9 @@ class AutoCompleteInquiryDelayDirectConsumer extends ConsumerMessage
|
||||
|
||||
// 是否需要推送消息
|
||||
$is_push_prescription_verify_fail = true;
|
||||
|
||||
// 驳回处方id
|
||||
$order_prescription_id = $item['order_prescription_id'];
|
||||
}
|
||||
}
|
||||
|
||||
@@ -177,8 +180,9 @@ class AutoCompleteInquiryDelayDirectConsumer extends ConsumerMessage
|
||||
try {
|
||||
if (isset($is_push_prescription_verify_fail)){
|
||||
// 站内、订阅失败发送短信-医生开具的处方审核未通过
|
||||
$order_prescription_id = $order_prescription_id ?? "";
|
||||
$MessagePush = new MessagePush($user_doctor['user_id'],$order_inquiry['order_inquiry_id']);
|
||||
$MessagePush->prescriptionVerifyFail($order_prescription['order_prescription_id']);
|
||||
$MessagePush->prescriptionVerifyFail($order_prescription_id);
|
||||
}
|
||||
|
||||
// 发送IM消息-问诊已完成
|
||||
|
||||
Reference in New Issue
Block a user