修改bug

This commit is contained in:
yangjun 2026-03-09 15:16:28 +08:00
parent c1cb6b8a71
commit d7264185a0
1 changed files with 4 additions and 4 deletions

View File

@ -91,10 +91,10 @@ public class SuppliersMQListener {
// SysDepart dto = sysDepartService.getOne(queryWrapper);
//审核通过
if (StringUtils.equals("2", nuBizSuppliersOrg.getStatus())) {
content1 = "您好,您提交的供应商入驻申请已通过审核,欢迎加入护理单元大家庭,期待携手同行!";
content1 = "您好,您提交的"+nuBizSuppliersOrg.getSuppliersName()+"供应商入驻申请已通过审核,欢迎加入护理单元大家庭,期待携手同行!";
content2 = "审核通过";
} else if (StringUtils.equals("3", nuBizSuppliersOrg.getStatus())) {
content1 = "您好,您提交的供应商入驻申请审核暂未通过,期待您的再次申请。";
content1 = "您好,您提交的"+nuBizSuppliersOrg.getSuppliersName()+"供应商入驻申请审核暂未通过,期待您的再次申请。";
content2 = "审核驳回";
}
NuWxNoticeEntity nuWxNotice = new NuWxNoticeEntity();
@ -184,10 +184,10 @@ public class SuppliersMQListener {
// SysDepart dto = sysDepartService.getOne(queryWrapper);
//审核通过
if (StringUtils.equals("modifyPass", suppliersInfoMQDto.getStatus())) {
content1 = "您好,您提交的信息变更已通过";
content1 = "您好,您提交的"+nuBizSuppliersOrg.getSuppliersName()+"信息变更已通过";
content2 = "审核通过";
} else if (StringUtils.equals("modifyFail", suppliersInfoMQDto.getStatus())) {
content1 = "您好,您提交的信息变更未通过,驳回原因:"+(suppliersInfoMQDto.getApplyContent() == null ? "" : suppliersInfoMQDto.getApplyContent());
content1 = "您好,您提交的"+nuBizSuppliersOrg.getSuppliersName()+"信息变更未通过,驳回原因:"+(suppliersInfoMQDto.getApplyContent() == null ? "" : suppliersInfoMQDto.getApplyContent());
content2 = "审核未通过";
}
NuWxNoticeEntity nuWxNotice = new NuWxNoticeEntity();