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