@@ -131,6 +131,5 @@ public class DeptServiceImpl extends ServiceImpl<DeptMapper, Dept> implements De
msgLogService.updateById(msgLog);
CorrelationData correlationData = new CorrelationData(msgLog.getId().toString());
groupRabbitTemplate.convertAndSend(msgLog.getExchange(), msgLog.getRoutingKey(), map,correlationData);
- System.out.println("发送的pid和id"+pid+"----------"+dept.getDId());
}