修改bug
This commit is contained in:
parent
9cd9c4817e
commit
0a19b058f1
|
|
@ -368,7 +368,7 @@ public class NuBizSuppliersApplyServiceImpl extends ServiceImpl<NuBizSuppliersAp
|
|||
NuWxNoticeEntity nuWxNotice = new NuWxNoticeEntity();
|
||||
nuWxNotice.setOpenId(one.getOpenId());
|
||||
nuWxNotice.setIzRead("N");
|
||||
nuWxNotice.setTitle("入驻机构审批");
|
||||
nuWxNotice.setTitle("供应商入驻审核");
|
||||
nuWxNotice.setContent(content1);
|
||||
nuWxNotice.setType("suppliers_status");
|
||||
Map<String, Object> extend = Maps.newHashMap();
|
||||
|
|
@ -589,10 +589,10 @@ public class NuBizSuppliersApplyServiceImpl extends ServiceImpl<NuBizSuppliersAp
|
|||
// SysDepart dto = sysDepartService.getOne(queryWrapper);
|
||||
//审核通过
|
||||
if (StringUtils.equals("modifyPass", nuBizSuppliersApply.getStatus())) {
|
||||
content1 = "您好,您提交的信息变更已通过";
|
||||
content1 = "您好,您提交的"+one.getSuppliersName()+"信息变更已通过";
|
||||
content2 = "审核通过";
|
||||
} else if (StringUtils.equals("modifyFail", nuBizSuppliersApply.getStatus())) {
|
||||
content1 = "您好,您提交的信息变更未通过,驳回原因:"+nuBizSuppliersApply.getApplyContent();
|
||||
content1 = "您好,您提交的"+one.getSuppliersName()+"信息变更未通过,驳回原因:"+nuBizSuppliersApply.getApplyContent();
|
||||
content2 = "审核未通过";
|
||||
}
|
||||
NuWxNoticeEntity nuWxNotice = new NuWxNoticeEntity();
|
||||
|
|
|
|||
Loading…
Reference in New Issue