@@ -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) {
|
||||||
// 全部
|
// 全部
|
||||||
|
|||||||
Reference in New Issue
Block a user