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)) {