Browse Source

update

tmp
DengBiao 8 months ago
parent
commit
6f36adb20a
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      app/admin/svc/enterprise_manage/svc_self_support_for_school.go

+ 3
- 0
app/admin/svc/enterprise_manage/svc_self_support_for_school.go View File

@@ -283,6 +283,9 @@ func SelfSupportForSchoolStudentList(req md.SelfSupportForSchoolStudentListReq)
if req.IdNo != "" {
sess.And("user_identity.id_no like ?", "%"+req.IdNo+"%")
}
if req.Phone != "" {
sess.And("user.phone like ?", "%"+req.Phone+"%")
}
if len(classWithUserIdentityIdsOne) > 0 {
sess.In("user_identity.id", classWithUserIdentityIdsOne)
}


Loading…
Cancel
Save