1
This commit is contained in:
@@ -92,6 +92,9 @@ func (r *DoctorConfigHealthPackageDao) GetDoctorHealthPageSearch(req requests.Ge
|
||||
return db.Omit("user_password", "salt")
|
||||
})
|
||||
|
||||
// 医院表
|
||||
query = query.Preload("UserDoctor.Hospital")
|
||||
|
||||
// 手机号
|
||||
if req.Mobile != "" {
|
||||
// 医生
|
||||
|
||||
Reference in New Issue
Block a user