修改bug
This commit is contained in:
parent
3c18cb7740
commit
e2dc42a337
|
|
@ -86,10 +86,10 @@ public class SuppliersMQListener {
|
||||||
// SysDepart dto = sysDepartService.getOne(queryWrapper);
|
// SysDepart dto = sysDepartService.getOne(queryWrapper);
|
||||||
//审核通过
|
//审核通过
|
||||||
if (StringUtils.equals("2", nuBizSuppliersOrg.getStatus())) {
|
if (StringUtils.equals("2", nuBizSuppliersOrg.getStatus())) {
|
||||||
content1 = "您好,您提交的入驻信息已通过";
|
content1 = "您好,您提交的供应商入驻申请已通过审核,欢迎加入护理单元大家庭,期待携手同行!";
|
||||||
content2 = "审核通过";
|
content2 = "审核通过";
|
||||||
} else if (StringUtils.equals("3", nuBizSuppliersOrg.getStatus())) {
|
} else if (StringUtils.equals("3", nuBizSuppliersOrg.getStatus())) {
|
||||||
content1 = "您好,您提交的入驻信息已驳回";
|
content1 = "您好,您提交的供应商入驻申请审核暂未通过,期待您的再次申请。";
|
||||||
content2 = "审核驳回";
|
content2 = "审核驳回";
|
||||||
}
|
}
|
||||||
NuWxNoticeEntity nuWxNotice = new NuWxNoticeEntity();
|
NuWxNoticeEntity nuWxNotice = new NuWxNoticeEntity();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue