患者列表

This commit is contained in:
2025-01-06 15:39:16 +08:00
parent 6b95f49b93
commit 1b8f08e29a

View File

@@ -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: