添加驳回原因在微信通知里
This commit is contained in:
parent
a43118f76f
commit
670b84eb14
|
|
@ -180,7 +180,7 @@ public class SuppliersMQListener {
|
|||
content1 = "您好,您提交的信息变更已通过";
|
||||
content2 = "信息变更审核通过";
|
||||
} else if (StringUtils.equals("modifyFail", suppliersInfoMQDto.getStatus())) {
|
||||
content1 = "您好,您提交的信息变更未通过";
|
||||
content1 = "您好,您提交的信息变更未通过,驳回原因:"+suppliersInfoMQDto.getApplyContent();
|
||||
content2 = "信息变更审核未通过";
|
||||
}
|
||||
NuWxNoticeEntity nuWxNotice = new NuWxNoticeEntity();
|
||||
|
|
|
|||
Loading…
Reference in New Issue