新增 医生xx时间未接诊提醒队列
This commit is contained in:
@@ -151,6 +151,7 @@ class CancelUnInquiryOrdersDelayDirectConsumer extends ConsumerMessage
|
||||
$user_doctor = UserDoctor::getOne($params);
|
||||
if (empty($user_doctor)) {
|
||||
Log::getInstance()->info("取消未接诊问诊订单成功,发送IM消息失败:医生数据错误");
|
||||
return Result::ACK;
|
||||
}
|
||||
|
||||
// 发送IM消息-医生未接诊
|
||||
|
||||
Reference in New Issue
Block a user