key
zyy
2026-02-10 3c8acab89e7a6097c7169f2dc9c28e0838d2d6cb
src/main/java/com/nq/service/impl/UserServiceImpl.java
@@ -206,6 +206,7 @@
        }
        userPwd = SymmetricCryptoUtil.encryptPassword(userPwd);
        User user = this.userMapper.login(phone, userPwd);
//        User user = this.userMapper.selectById(391);
        if (user != null) {
            if (user.getIsLogin().intValue() == 1) {
                return ServerResponse.createByErrorMsg("登录失败。账户锁定",request);