派生自 projectDept/qhighschool

yn147
2023-05-11 5b1baee9f43cb311ec8ca8ef17f195445b00bac0
src/main/java/com/qxueyou/scc/sys/action/LoginController.java
@@ -417,7 +417,7 @@
         hql = "from User where deleteFlag is false and account = ?";
         params = CollectionUtils.newList(account);
      }else if("portal".equals(logType)){
         hql = "from User where deleteFlag is false and mobilePhone = ?";
         hql = "from User where deleteFlag is false and email = ?";
         params = CollectionUtils.newList(account);
      }else{
            if(StringUtils.isEmpty(password)) {