assess-framework/src/main/java/com/gkhy/assess/framework/exception/GlobalExceptionHandler.java
@@ -30,7 +30,7 @@ @ExceptionHandler(value = ApiException.class) public CommonResult handle(ApiException e){ writeExceptionLogFile(e); // writeExceptionLogFile(e); if(e.getErrorCode()!=null){ return CommonResult.failed(e.getErrorCode()); }