修改bug
This commit is contained in:
parent
282c99952a
commit
8fd8340b32
|
|
@ -190,7 +190,7 @@ public class NuBizSuppliersApplyServiceImpl extends ServiceImpl<NuBizSuppliersAp
|
|||
suppliersInfoMQDto.setSuppliersId(suppliersApplyEntity.getId());
|
||||
suppliersInfoMQDto.setApplyId(addDto.getSuppliersId());
|
||||
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);
|
||||
return null;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue