Commit 5e9df43f by 陶光胜

通知详情修改

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