患者列表
This commit is contained in:
@@ -418,7 +418,7 @@ class PatientController extends BaseServiceController
|
||||
'r.is_delete' => 0,
|
||||
'r.is_pay' => 1,
|
||||
'r.is_cancel' => 0,
|
||||
])->groupBy(['r.user_patient_id'])->orderBy(['created_at' => SORT_DESC])
|
||||
])->orderBy(['created_at' => SORT_DESC])
|
||||
->with(['patient']);
|
||||
break;
|
||||
case 2:
|
||||
|
||||
Reference in New Issue
Block a user