Commit 289a39ae by 陶光胜

取数平台调整

parent e8b5c958
......@@ -658,7 +658,7 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
log.debug("开始上传压缩文件到腾讯云", task.getId());
cloudFileUrl = FileUploadUtil.simpleUploadFileFromLocal(zipFile, task.getId(), BucketNameEnum.COMPRESS_60000.getName());
} else {
log.debug("开始上传压缩文件到腾讯云", task.getId());
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