Commit eb8129de by 陶光胜

二维码

parent 9f32c950
......@@ -96,7 +96,7 @@ public class DownloadReportApiServiceImpl implements DownloadReportApiService {
Integer line = downloadReportService.updateDownloadUrl(downloadReportId, downloadUrl);
TabDownloadReport downloadReport = this.downloadReportService.getById(downloadReportId);
if(downloadReport != null){
String url = config.getHost() + "/damo-system/report-list";
String url = config.getHost() + "damo-system/report-list";
String content = "您的"+ downloadReport.getDataContent() +"已生成,请前往<a href='"+ url +"'>下载中心</a>查看";
this.pushMessageApiService.pushUserMessage(downloadReport.getEnterpriseId(), downloadReport.getApplyUserId(), "下载通知", "下载通知", content);
}
......
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