派生自 projectDept/qhighschool

EricsHu
2023-03-28 c80baef3aebcb2fa5dc75752041952f933ff6f39
src/main/java/com/qxueyou/scc/sys/action/LoginController.java
@@ -312,7 +312,7 @@
            if(StringUtils.isEmpty(password)) {
            return new Result(false, "用户密码不能为空");
         }
            hql = "from User where deleteFlag is false and mobilePhone = ? and password = ? ";
            hql = "from User where deleteFlag is false and account = ? and password = ? ";
            params =  CollectionUtils.newList(account,password);
        }