From 875cc9e8d6ae079fc6154a567bca38ee831f9b14 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 11 May 2023 14:53:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=81=A2=E5=A4=8D=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Amqp/Consumer/AutoPharmacistCaVerifyDelayDirectConsumer.php | 1 - app/Services/PatientDoctorService.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Amqp/Consumer/AutoPharmacistCaVerifyDelayDirectConsumer.php b/app/Amqp/Consumer/AutoPharmacistCaVerifyDelayDirectConsumer.php index 5f74a6e..de84f5d 100644 --- a/app/Amqp/Consumer/AutoPharmacistCaVerifyDelayDirectConsumer.php +++ b/app/Amqp/Consumer/AutoPharmacistCaVerifyDelayDirectConsumer.php @@ -282,7 +282,6 @@ class AutoPharmacistCaVerifyDelayDirectConsumer extends ConsumerMessage return Result::ACK; } - /** * 检测执行参数 * @param array $data diff --git a/app/Services/PatientDoctorService.php b/app/Services/PatientDoctorService.php index 7408f1a..4d9a16b 100644 --- a/app/Services/PatientDoctorService.php +++ b/app/Services/PatientDoctorService.php @@ -283,7 +283,7 @@ class PatientDoctorService extends BaseService $result['praise_rate'] = floor($user_doctor['praise_rate'] * 0.05 * 100) / 100; // 响应时间-超过5个已结束的订单后展示 - $result['avg_response_time'] = floor($user_doctor['avg_response_time'] /60 * 10) / 10; + $result['avg_response_time'] = floor($user_doctor['avg_response_time'] * 10) / 10; $params = array(); $params['doctor_id'] = $user_doctor['doctor_id'];