he2802 1 年之前
父节点
当前提交
bb2f1e2502

+ 0 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/user/service/impl/UserLoginErrorServiceImpl.java

@@ -110,7 +110,6 @@ public class UserLoginErrorServiceImpl extends ServiceImpl<UserLoginErrorMapper,
                 throw new CustomException("今天你的错误次数已超过"+maxCount+"次,请明天再登录");
             }
         }
-
         return true;
     }