新增多点审核状态变更
This commit is contained in:
parent
fe87e2a5d0
commit
6527bcc023
@ -185,9 +185,11 @@ func (r *UserDoctorDao) GetUserDoctorPageSearch(getUserDoctorPage requests.GetUs
|
||||
}
|
||||
query = query.Where(subQuery)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 排序
|
||||
query = query.Order("created_at desc")
|
||||
|
||||
if getUserDoctorPage.IsEnterpriseDeepCooperation != nil {
|
||||
query = query.Where("doctor_title = ?", getUserDoctorPage.DoctorTitle)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user