Commit 307d650b by guojuxing

Merge remote-tracking branch 'origin/developer' into developer

parents ea9186ae aac05cf9
......@@ -147,8 +147,8 @@ public abstract class QrcodeDownload {
zipOutputStream.close();
String url = FileOperateUtils.simpleUploadFileFromLocal(file, fileName+".zip", BucketNameEnum.COMPRESS_60000.getName());
downloadReportApiService.updateDownloadUrl(reportId, "https://"+url);
}catch (IOException e) {
e.printStackTrace();
}catch (Exception e) {
log.warn("下载二维码异常:", e);
}
}
});
......
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