Source/UBCS/ubcs-service/ubcs-user/src/main/java/com/vci/ubcs/system/user/service/impl/UserServiceImpl.java
@@ -336,7 +336,7 @@ regex = "^"+regex+"{"+strategy.getRequiredType()+",}$"; boolean result = RegexUtil.find(regex, newPassword1); if(!result){ throw new ServiceException(resException); //throw new ServiceException(resException); } //修改密码同时,改变用户信息中的密码修改状态字段,密码修改时间 return this.update(Wrappers.<User>update().lambda()