This commit is contained in:
wucongxing 2023-04-25 14:34:22 +08:00
parent 286beb9afb
commit 27991ce874

View File

@ -300,7 +300,7 @@ class PatientDoctorService extends BaseService
$result['praise_rate'] = floor($user_doctor['praise_rate'] * 0.05 * 100) / 100; $result['praise_rate'] = floor($user_doctor['praise_rate'] * 0.05 * 100) / 100;
// 响应时间-超过5个已结束的订单后展示 // 响应时间-超过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 = array();
$params['doctor_id'] = $user_doctor['doctor_id']; $params['doctor_id'] = $user_doctor['doctor_id'];