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("内部服务异常"); } /**