|
|
@@ -227,7 +227,7 @@ func SelfSupportForSchoolUserDelete(req md.SelfSupportForSchoolUserDeleteReq) (e |
|
|
|
} |
|
|
|
|
|
|
|
//3、删除 self_support_for_user_face_info |
|
|
|
_, err = db.Db.In("user_identity_id =?", userIdentityIds).Delete(model.SelfSupportForUserFaceInfo{}) |
|
|
|
_, err = db.Db.In("user_identity_id", userIdentityIds).Delete(model.SelfSupportForUserFaceInfo{}) |
|
|
|
if err != nil { |
|
|
|
return |
|
|
|
} |
|
|
|