新增配置文件处理

This commit is contained in:
2023-07-14 14:52:50 +08:00
parent f1dcd147fc
commit 593ea49554
12 changed files with 321 additions and 48 deletions
+2
View File
@@ -246,6 +246,8 @@ func (r *UserDoctorDao) GetUserDoctorPendingPageSearch(p requests.GetUserDoctorP
// 身份认证状态
if p.IdenAuthStatus != nil {
query = query.Where("iden_auth_status = ?", p.IdenAuthStatus)
} else {
query = query.Where("iden_auth_status IN ?", []string{"2", "3"})
}
// 医院名称