Commit 77371187 by fudahua

feat: 新版本的下载

parent 5450c936
......@@ -1264,6 +1264,9 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
}
Integer limitSize = FileUtil.getLimitSize();
int c = count.get();
if (c%5000==0) {
logger.info("进度:{}-{}",originalFilePath,c);
}
if (c>=limitSize.intValue()||endFlag) {
logger.info("{}-count:{}",originalFilePath,count.get());
FileOutputStream fileOut = new FileOutputStream(originalFilePath);
......
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