修改bug

This commit is contained in:
yangjun 2026-02-05 11:03:06 +08:00
parent 8fd8340b32
commit 59e6c3ab23
1 changed files with 2 additions and 2 deletions

View File

@ -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);