派生自 projectDept/qhighschool

EricsHu
2023-08-14 3f82cda34b6c7d9243b62df2509a9e5fd711c184
zhyly登录
1个文件已修改
2 ■■■ 已修改文件
src/main/java/com/qxueyou/scc/sys/action/LoginController.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/qxueyou/scc/sys/action/LoginController.java
@@ -420,7 +420,7 @@
            hql = "from User where deleteFlag is false and email = ?";
            params = CollectionUtils.newList(account);
        }else if("zhyly".equals(logType)){
            hql = "from User where deleteFlag is false and mobilePhone = ? and creator != '管理员'";
            hql = "from User where deleteFlag is false and mobilePhone = ?";
            params = CollectionUtils.newList(account);
        }else{
            if(StringUtils.isEmpty(password)) {