huliguo
3 天以前 8059e9b991c15edbac508e6b658a0d9571d11b1c
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);
}