liujie
2025-05-09 fdec3aa2487acee81ebc80aba88852f0f5036ef4
guns-admin/src/main/java/com/stylefeng/guns/core/aop/GlobalExceptionHandler.java
@@ -44,9 +44,13 @@
    @ResponseStatus(HttpStatus.INTERNAL_SERVER_ERROR)
    @ResponseBody
    public ErrorTip notFount(GunsException e) {
        try {
        LogManager.me().executeLog(LogTaskFactory.exceptionLog(ShiroKit.getUser().getId(), e));
        getRequest().setAttribute("tip", e.getMessage());
        log.error("业务异常:", e);
        } catch (Exception ignored) {
        }
        return new ErrorTip(e.getCode(), e.getMessage());
    }