患者列表

This commit is contained in:
2025-01-06 15:36:47 +08:00
parent 1b6cc491a6
commit 6b95f49b93

View File

@@ -422,8 +422,6 @@ class PatientController extends BaseServiceController
->with(['patient']);
break;
case 2:
throw new Exception('暂时没写');
break;
default:
@@ -449,6 +447,7 @@ class PatientController extends BaseServiceController
Register::class => [
'id',
'patient_id'=>'patient.id',
'user_patient_id'=>'user_patient_id',
'patient' => 'patient.name',
'avatar' => 'patient.avatar',
'user' => 'user',