From 27991ce874583bbb2842ed7c33f49a6fa4c31bf9 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Tue, 25 Apr 2023 14:34:22 +0800 Subject: [PATCH] 1 --- app/Services/PatientDoctorService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/PatientDoctorService.php b/app/Services/PatientDoctorService.php index e60c18a..be12563 100644 --- a/app/Services/PatientDoctorService.php +++ b/app/Services/PatientDoctorService.php @@ -300,7 +300,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 * 100) / 100; + $result['avg_response_time'] = floor($user_doctor['avg_response_time'] /60 * 10) / 10; $params = array(); $params['doctor_id'] = $user_doctor['doctor_id'];