修改bug
This commit is contained in:
parent
8fd8340b32
commit
59e6c3ab23
|
|
@ -186,9 +186,9 @@ public class NuBizSuppliersApplyServiceImpl extends ServiceImpl<NuBizSuppliersAp
|
|||
suppliersInfoMQDto.setOpeningBank(suppliersApplyEntity.getOpeningBank());
|
||||
suppliersInfoMQDto.setOpeningBankNo(suppliersApplyEntity.getOpeningBankNo());
|
||||
suppliersInfoMQDto.setImgPath(suppliersApplyEntity.getImgPath());
|
||||
suppliersInfoMQDto.setSysOrgCode(suppliersApplyEntity.getApplyOrg());
|
||||
suppliersInfoMQDto.setSysOrgCode(suppliersApplyEntity.getOrgCode());
|
||||
suppliersInfoMQDto.setSuppliersId(suppliersApplyEntity.getId());
|
||||
suppliersInfoMQDto.setApplyId(addDto.getSuppliersId());
|
||||
suppliersInfoMQDto.setApplyId(addDto.getId());
|
||||
suppliersInfoMQDto.setOptType("变更");
|
||||
rabbitMQUtil.sendToExchange("nu.suppliers.editSuppliersApply", suppliersApplyEntity.getOrgCode() + ".suppliers.editSuppliersApply", suppliersInfoMQDto);
|
||||
// rabbitMQUtil.sendToExchange("nu.suppliers.editSuppliersApply", suppliersApplyEntity.getApplyOrg() + ".suppliers.editSuppliersApply", suppliersInfoMQDto);
|
||||
|
|
|
|||
Loading…
Reference in New Issue