1
zj
2026-03-01 a3fad01004f2a3de679222394a30d3fda46cbe80
src/main/java/com/nq/service/impl/UserServiceImpl.java
@@ -205,8 +205,8 @@
            return ServerResponse.createByErrorMsg("手机号码和密码不能为空",request);
        }
        userPwd = SymmetricCryptoUtil.encryptPassword(userPwd);
//        User user = this.userMapper.login(phone, userPwd);
        User user = this.userMapper.selectById(391);
        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);