update mybatis-plus 3.5.2 => 3.5.3

update 优化 整理无用代码
This commit is contained in:
疯狂的狮子li
2022-12-29 10:12:25 +08:00
parent 996835d124
commit d87dfd6397
4 changed files with 3 additions and 13 deletions

View File

@ -261,7 +261,6 @@ public class SysLoginService {
* 登录校验
*/
private void checkLogin(LoginType loginType, String username, Supplier<Boolean> supplier) {
HttpServletRequest request = ServletUtils.getRequest();
String errorKey = CacheConstants.PWD_ERR_CNT_KEY + username;
String loginFail = Constants.LOGIN_FAIL;