Commit 15044ed5 by guojuxing

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

parents 40de4a5b c080c139
......@@ -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