Commit e8b5c958 by 陶光胜

取数平台调整

parent c69e976b
......@@ -655,8 +655,10 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
zos.closeEntry();
zos.close();
}
log.debug("开始上传压缩文件到腾讯云", task.getId());
cloudFileUrl = FileUploadUtil.simpleUploadFileFromLocal(zipFile, task.getId(), BucketNameEnum.COMPRESS_60000.getName());
} else {
log.debug("开始上传压缩文件到腾讯云", task.getId());
cloudFileUrl = FileUploadUtil.simpleUploadFileFromLocal(new File(originalFilePath), task.getId(), BucketNameEnum.REPORT_50000.getName());
}
......
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