huliguo
3 天以前 8059e9b991c15edbac508e6b658a0d9571d11b1c
ruoyi-modules/ruoyi-member/src/main/java/com/ruoyi/member/mapper/coupon/CouponMapper.java
@@ -95,6 +95,15 @@
    /**
     * @description  获取不能获取的优惠券id
     * @author  jqs
     * @date    2023/7/9 18:06
     * @return  List<Long>
     */
    List<String> listUnGetCoupon();
    /**
     * @description  可领取优惠券列表
     * @author  jqs
     * @date    2023/7/11 10:32
@@ -104,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(@Param("shopId") Long shopId);
    List<LotteryEventCouponListVO> getLotteryEventCouponListByShopId(@Param("shopId") String shopId);
}