2
Build Docker / build (push) Canceled after 0s

This commit is contained in:
haomingming
2026-09-07 11:38:00 +08:00
parent a66370bf91
commit 4dfcdacb12
-4
View File
@@ -880,10 +880,6 @@ class UserDoctorService extends BaseService
$page = $this->request->input('page', 1); $page = $this->request->input('page', 1);
$per_page = $this->request->input('per_page', 10); $per_page = $this->request->input('per_page', 10);
if (empty($user_info)) {
return fail();
}
// 4-5分为好评、3分为中评、2-1分为差评 // 4-5分为好评、3分为中评、2-1分为差评
if ($evaluation_type == 1) { if ($evaluation_type == 1) {
// 全部 // 全部