Compare commits
No commits in common. "bc61f09ad0a3e43ec9c1cbe7a2ad770c19d56057" and "e5d846c509cf708de6403cf7cd4f030de39f108e" have entirely different histories.
bc61f09ad0
...
e5d846c509
@ -170,7 +170,7 @@ class AutoFinishInquiryDelayDirectConsumer extends ConsumerMessage
|
|||||||
// 计算医生平均响应时间
|
// 计算医生平均响应时间
|
||||||
$this->computeDoctorAvgPesponseTime($order_inquiry['doctor_id']);
|
$this->computeDoctorAvgPesponseTime($order_inquiry['doctor_id']);
|
||||||
|
|
||||||
// 新增上报监管平台数据,只上报 多点执业的医生 20251021 测试分支
|
// 新增上报监管平台数据,只上报 多点执业的医生 20251021
|
||||||
if ($user_doctor['multi_point_status'] == 1){//医生多点执业认证状态(0:未认证 1:认证通过 2:审核中 3:认证失败)
|
if ($user_doctor['multi_point_status'] == 1){//医生多点执业认证状态(0:未认证 1:认证通过 2:审核中 3:认证失败)
|
||||||
$reportRegulatoryService = new ReportRegulatoryService();
|
$reportRegulatoryService = new ReportRegulatoryService();
|
||||||
$res = $reportRegulatoryService->addReportRegulatory($order_inquiry['order_inquiry_id']);
|
$res = $reportRegulatoryService->addReportRegulatory($order_inquiry['order_inquiry_id']);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user