he2802 2 년 전
부모
커밋
bb2f1e2502
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      zhongzheng-system/src/main/java/com/zhongzheng/modules/user/service/impl/UserLoginErrorServiceImpl.java

+ 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;
     }