DengBiao 8 mesi fa
parent
commit
6f36adb20a
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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 Vedi 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)
}


Caricamento…
Annulla
Salva