新增禁用理由

This commit is contained in:
2023-09-25 17:23:40 +08:00
parent efde711eaa
commit aedf61c31b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ func (r *UserPatientService) GetUserPatient(patientId int64) (getUserPatientResp
Status: &userPatient.Status,
Avatar: utils.AddOssDomain(userPatient.Avatar),
Mobile: user.Mobile,
DisableReason: userPatient.DisableReason,
PatientFamily: patientFamilysResponse,
UserShipAddress: userShipAddress,
CreatedAt: userPatient.CreatedAt,