diff --git a/luoo_user/src/main/java/com/luoo/user/service/LotteryService.java b/luoo_user/src/main/java/com/luoo/user/service/LotteryService.java index 5c59ddb..7ab43b8 100644 --- a/luoo_user/src/main/java/com/luoo/user/service/LotteryService.java +++ b/luoo_user/src/main/java/com/luoo/user/service/LotteryService.java @@ -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); } /**