ruoyi-modules/ruoyi-member/src/main/java/com/ruoyi/member/mapper/coupon/CouponMapper.java
@@ -113,4 +113,12 @@ * @return List<AppGetAbleCouponPageVo> */ List<AppGetAbleCouponPageVo> getAbleCouponPageVoList(Page page, @Param("shopId") Long shopId, @Param("userId") Long userId, @Param("memberFlag") Integer memberFlag, @Param("unGetList") List<String> unGetList); /** * * @return */ List<LotteryEventCouponListVO> getLotteryEventCouponList(); List<LotteryEventCouponListVO> getLotteryEventCouponListByShopId(@Param("shopId") String shopId); }