Helius
2022-03-14 938d37e96dc00f8fc3c7036d818e87d51624e0a9
Merge branch 'developer' into alpha
1 files modified
2 ■■■ changed files
zq-erp/src/main/java/com/matrix/system/common/authority/strategy/AccountPasswordLogin.java 2 ●●● patch | view | raw | blame | history
zq-erp/src/main/java/com/matrix/system/common/authority/strategy/AccountPasswordLogin.java
@@ -110,7 +110,7 @@
            throw new GlobleException(AppMessageCode.User.ACCOUNT_IS_LOCK);
        } else {
            addErrorLoginRecord(loginUser, AppConstance.LOGIN_FAIL);
            throw new GlobleException(AppMessageCode.User.ACCOUNT_PASSWORD_ERROR, sessionErrorTimes, 5);
            throw new GlobleException(AppMessageCode.User.ACCOUNT_PASSWORD_ERROR, sessionErrorTimes, sessionErrorTimes, 5);
        }