修改恢复时间
This commit is contained in:
parent
c98990749f
commit
9be758d1b1
@ -112,7 +112,7 @@ class PatientDoctorService extends BaseService
|
||||
// 好评率-超过5个已结束的订单后展示
|
||||
$user_doctor['praise_rate'] = floor($user_doctor['praise_rate'] * 0.05 * 100) / 100;
|
||||
// 响应时间-超过5个已结束的订单后展示
|
||||
$user_doctor['avg_response_time'] = (float)floor($user_doctor['avg_response_time'] /60 * 10) / 10;
|
||||
$user_doctor['avg_response_time'] = (float)floor($user_doctor['avg_response_time'] * 10) / 10;
|
||||
|
||||
// 获取医生订单数
|
||||
$params = array();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user