jiaosong
2023-11-07 a5da0116cb9768a3cca5ee69313d6b4dca9d6ca9
server/services/src/main/java/com/doumee/service/system/impl/SystemLoginServiceImpl.java
@@ -123,7 +123,7 @@
            if (e.getCause() instanceof BusinessException) {
                throw new BusinessException(ResponseStatus.ACCOUNT_INCORRECT.getCode(), e.getCause().getMessage());
            }
            throw new BusinessException(ResponseStatus.ACCOUNT_INCORRECT.getCode(), "提示对不起,账号或密码错误!");
            throw new BusinessException(ResponseStatus.ACCOUNT_INCORRECT.getCode(), "对不起,账号或密码错误!");
        }
    }