puzhibing
3 天以前 2a873a04ab9c600b8e0836d1f866a66d87c4b64f
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(@Param("shopId") Long shopId);
    List<LotteryEventCouponListVO> getLotteryEventCouponListByShopId(@Param("shopId") String shopId);
}