1
This commit is contained in:
@@ -404,9 +404,9 @@ class AutoFinishInquiryDelayDirectConsumer extends ConsumerMessage
|
||||
/**
|
||||
* 处理医生好评率
|
||||
* @param string $doctor_id
|
||||
* @return float|int
|
||||
* @return int|void
|
||||
*/
|
||||
protected function handleDoctorPraiseRate(string $doctor_id): float|int
|
||||
protected function handleDoctorPraiseRate(string $doctor_id)
|
||||
{
|
||||
// 获取该医生全部问诊评价总数
|
||||
$params = array();
|
||||
|
||||
Reference in New Issue
Block a user