Commit f2347874 by 陶光胜

通知详情修改

parent 1314dd5e
......@@ -249,7 +249,7 @@ public class AuditLogApiServiceImpl implements AuditLogApiService {
//发送通知消息
String url = config.getHost() + "/damo-system/examine-logs";
String result = auditLogDTO.getAuditResult() == 1? "已通过" : "未通过";
String content = "您的操作"+ result +"审核,可以在<a href='"+url+"'>审核日志</a>查看到本次审核记录";
String content = "您的操作"+ result +"审核,可以在<a href='"+url+"' style='color:#2f54ed'>审核日志</a>查看到本次审核记录";
this.pushMessageApiService.pushUserMessage(auditLog.getEnterpriseId(), auditLog.getApplyUserId(),"系统消息", "审核结果", content);
return EnterpriseServiceResponse.success();
}
......
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