添加驳回原因在微信通知里

This commit is contained in:
yangjun 2026-02-24 15:57:55 +08:00
parent a43118f76f
commit 670b84eb14
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ public class SuppliersMQListener {
content1 = "您好,您提交的信息变更已通过"; content1 = "您好,您提交的信息变更已通过";
content2 = "信息变更审核通过"; content2 = "信息变更审核通过";
} else if (StringUtils.equals("modifyFail", suppliersInfoMQDto.getStatus())) { } else if (StringUtils.equals("modifyFail", suppliersInfoMQDto.getStatus())) {
content1 = "您好,您提交的信息变更未通过"; content1 = "您好,您提交的信息变更未通过,驳回原因:"+suppliersInfoMQDto.getApplyContent();
content2 = "信息变更审核未通过"; content2 = "信息变更审核未通过";
} }
NuWxNoticeEntity nuWxNotice = new NuWxNoticeEntity(); NuWxNoticeEntity nuWxNotice = new NuWxNoticeEntity();