Pu Zhibing
2025-07-14 452d17b1c16bfe8585c16bd82e67450abd97c82f
ruoyi-modules/ruoyi-member/src/main/java/com/ruoyi/member/mapper/coupon/CouponMapper.java
@@ -118,7 +118,7 @@
     *
     * @return
     */
    List<LotteryEventCouponListVO> getLotteryEventCouponList();
    List<LotteryEventCouponListVO> getLotteryEventCouponList(@Param("shopId") Long shopId);
    List<LotteryEventCouponListVO> getLotteryEventCouponListByShopId(@Param("shopId") String shopId);
}