|
@@ -794,12 +794,8 @@ public class UserFacade extends UserServiceImpl {
|
|
auditMap.put("rejectType", userInfoAuditVO.getRejectType());
|
|
auditMap.put("rejectType", userInfoAuditVO.getRejectType());
|
|
auditMap.put("status", userInfoAuditVO.getStatus());
|
|
auditMap.put("status", userInfoAuditVO.getStatus());
|
|
// TODO 审核前先验证该用户的的认证状态
|
|
// TODO 审核前先验证该用户的的认证状态
|
|
- boolean res = auditUserInfoAll(auditMap);
|
|
|
|
-
|
|
|
|
- if (!res) {
|
|
|
|
- throw new CommonException(CommonErrorCode.UPDATE_INFO_FAIL);
|
|
|
|
- }
|
|
|
|
- return RespDTO.onSuc(res);
|
|
|
|
|
|
+ auditUserInfoAll(auditMap);
|
|
|
|
+ return RespDTO.onSuc(true);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|