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); }