|
|
@@ -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) |
|
|
|
} |
|
|
|