Commit 0283f959 authored by yanzg's avatar yanzg

合并空行BUG

parent f96ee9d9
...@@ -89,7 +89,7 @@ public class ExcelHttp<T extends Object> extends ExcelConsole<T> { ...@@ -89,7 +89,7 @@ public class ExcelHttp<T extends Object> extends ExcelConsole<T> {
response.setContentType(MediaType.APPLICATION_JSON_UTF8_VALUE); response.setContentType(MediaType.APPLICATION_JSON_UTF8_VALUE);
response.getWriter().print(JsonHelper.serialize(res)); response.getWriter().print(JsonHelper.serialize(res));
} }
return ok; return ok && config.getExportType() != ExportData.EXPORT_TYPE_WAIT;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment