Pu Zhibing
2025-07-14 1f5db4c31407cbb9581e03084a3d1ebe254730bf
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