zjh
2024-08-15 e75b172925502dbeca943f9d4a0cda04977c4c28
ltkj-framework/src/main/java/com/ltkj/framework/web/service/SysLoginService.java
@@ -264,7 +264,7 @@
        List<TjCustomer> customerList = customerService.list(wq);
        if (null == customerList || customerList.size() == 0) {
            //throw new ServiceException("登录用户:" + username + " 不存在");
            throw new ServiceException("账户或密码错误,请检查!");
            throw new ServiceException("账号或密码错误,请检查!");
        }
        for (TjCustomer tjCustomer : customerList) {
            try {