修改bug

This commit is contained in:
yangjun 2026-02-05 09:14:00 +08:00
parent de73d67ce2
commit 282c99952a
1 changed files with 2 additions and 2 deletions

View File

@ -168,9 +168,9 @@ public class NuBizSuppliersApplyServiceImpl extends ServiceImpl<NuBizSuppliersAp
NuBizSuppliersOrg addDto = new NuBizSuppliersOrg();
addDto.setOpenId(suppliersApplyEntity.getOpenId());
addDto.setSuppliersId(suppliersApplyEntity.getId());
addDto.setOrgCode(suppliersApplyEntity.getApplyOrg());
addDto.setOrgCode(suppliersApplyEntity.getOrgCode());
addDto.setStatus("4");//变更申请
addDto.setApplyOrg(suppliersApplyEntity.getApplyOrg());
addDto.setApplyOrg(suppliersApplyEntity.getOrgCode());
addDto.setIzHistory("N");
suppliersOrgService.save(addDto);