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'];