springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActRaffleServiceImpl.java
@@ -59,7 +59,7 @@ comActRaffle.setStatus(0); int count= this.baseMapper.insert(comActRaffle); if(count>0){ rabbitTemplate.convertAndSend("huacheng.raffle.exchange", "huacheng.raffle.key", comActRaffle, message -> { rabbitTemplate.convertAndSend("raffle.exchange", "raffle.key", comActRaffle, message -> { message.getMessageProperties().setHeader("x-delay", dateToSecond(comActRaffle.getStartTime())); return message; });