diff --git a/app/Services/UserDoctorService.php b/app/Services/UserDoctorService.php index 040468a..b321dee 100644 --- a/app/Services/UserDoctorService.php +++ b/app/Services/UserDoctorService.php @@ -880,10 +880,6 @@ class UserDoctorService extends BaseService $page = $this->request->input('page', 1); $per_page = $this->request->input('per_page', 10); - if (empty($user_info)) { - return fail(); - } - // 4-5分为好评、3分为中评、2-1分为差评 if ($evaluation_type == 1) { // 全部