修改bug

This commit is contained in:
yangjun 2026-02-05 09:42:29 +08:00
parent 282c99952a
commit 8fd8340b32
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ public class NuBizSuppliersApplyServiceImpl extends ServiceImpl<NuBizSuppliersAp
suppliersInfoMQDto.setSuppliersId(suppliersApplyEntity.getId()); suppliersInfoMQDto.setSuppliersId(suppliersApplyEntity.getId());
suppliersInfoMQDto.setApplyId(addDto.getSuppliersId()); suppliersInfoMQDto.setApplyId(addDto.getSuppliersId());
suppliersInfoMQDto.setOptType("变更"); suppliersInfoMQDto.setOptType("变更");
rabbitMQUtil.sendToExchange("nu.suppliers.editSuppliersApply", suppliersApplyEntity.getApplyOrg() + ".suppliers.editSuppliersApply", suppliersInfoMQDto); rabbitMQUtil.sendToExchange("nu.suppliers.editSuppliersApply", suppliersApplyEntity.getOrgCode() + ".suppliers.editSuppliersApply", suppliersInfoMQDto);
// rabbitMQUtil.sendToExchange("nu.suppliers.editSuppliersApply", suppliersApplyEntity.getApplyOrg() + ".suppliers.editSuppliersApply", suppliersInfoMQDto); // rabbitMQUtil.sendToExchange("nu.suppliers.editSuppliersApply", suppliersApplyEntity.getApplyOrg() + ".suppliers.editSuppliersApply", suppliersInfoMQDto);
return null; return null;