Commit c1ac971c by fudahua

feat:自定义查询zip测试

parent a5761aba
...@@ -51,7 +51,7 @@ public class FreeQueryServiceImpl implements IFreeQueryService { ...@@ -51,7 +51,7 @@ public class FreeQueryServiceImpl implements IFreeQueryService {
/** 日志类 */ /** 日志类 */
private static LogPak log = new LogPak(FreeQueryServiceImpl.class); private static LogPak log = new LogPak(FreeQueryServiceImpl.class);
private static final Integer XLS_SIZE = 1000000; private static final Integer XLS_SIZE = 10000;
/** csv / xls 下载目录 */ /** csv / xls 下载目录 */
public static final String SAVE_FOLDER = "/usr/local/data-hook-file"; public static final String SAVE_FOLDER = "/usr/local/data-hook-file";
......
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