修改bug
This commit is contained in:
parent
de73d67ce2
commit
282c99952a
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue