Commit 9ba3a917 by 陶光胜

init

parent 1ebca93c
......@@ -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