ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/business/MerLotteryEventController.java
@@ -95,7 +95,7 @@ @ApiOperation(value = "获取门店抽奖详情【2.0】") public R<TLotteryEvent> getShopLotteryDrawInfo(@RequestBody DelShopLotteryDrawDto dto) { TLotteryEvent lotteryEvent = lotteryEventService.getById(dto.getId()); if (null == lotteryEvent) { if (null == lotteryEvent || 1 == lotteryEvent.getDelFlag()) { return R.fail("抽奖活动不存在"); } if (!lotteryEvent.getShopId().equals(dto.getShopId().intValue())) {