zjh
2024-08-05 ee2262faf471f901f33144703ce1e5de6dc5ac90
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 {