puzhibing
2025-07-25 b83a7d0a9249e74ee337cc5ef2a97d1a100e08fe
ruoyi-modules/ruoyi-member/src/main/java/com/ruoyi/member/service/impl/coupon/CouponServiceImpl.java
@@ -1535,8 +1535,8 @@
    }
    @Override
    public List<LotteryEventCouponListVO> getLotteryEventCouponList() {
        return this.getBaseMapper().getLotteryEventCouponList();
    public List<LotteryEventCouponListVO> getLotteryEventCouponList(Long shopId) {
        return this.getBaseMapper().getLotteryEventCouponList(shopId);
    }
    @Override