heheng
2025-06-10 db8242513644b246a30222663ef20e21f1e7c7ce
exam-framework/src/main/java/com/gkhy/exam/framework/exception/GlobalExceptionHandler.java
@@ -80,7 +80,7 @@
    public CommonResult handleRuntimeException(RuntimeException ex, HttpServletRequest request)
    {
        writeExceptionLogFile(ex);
        return CommonResult.failed(ex.getMessage());
        return CommonResult.failed("内部服务异常");
    }
    /**