@ -460,8 +460,9 @@ public class LotteryService {
LotteryRegion byLotteryIdAndRegionId = lotteryRegionDao.findByLotteryIdAndRegionId(id, regionId);
drawDTO.setShowTime(byLotteryIdAndRegionId.getShowTime());
}
rabbitTemplate.convertAndSend("draw", drawDTO);
// rabbitTemplate.convertAndSend("draw", drawDTO);
// 取消异步调用
userPointLogService.executeDraw(drawDTO);
/**