| | |
| | | * @return
|
| | | */
|
| | | List<UserSystemCoupon> getCouponByUsingTimeOut(@Param("uid") Long uid,@Param("list") List<Long> list, @Param("number") Long number);
|
| | |
|
| | |
|
| | | /**
|
| | | * 统计有效券
|
| | | * @param uid
|
| | | * @param listCouponId
|
| | | * @return
|
| | | */
|
| | | long countUsableByUid(@Param("uid") Long uid, @Param("list") List<Long> listCouponId);
|
| | |
|
| | |
|
| | | /**
|
| | | * 查询免券
|
| | | * @param uid
|
| | | * @param source
|
| | | * @return
|
| | | */
|
| | | List<UserSystemCoupon> getFreeCouponByType(@Param("uid") Long uid, @Param("type") String type);
|
| | | |
| | | |
| | | /**
|
| | | * 查询需要激活的免券
|
| | | * @param uid
|
| | | * @param source
|
| | | * @return
|
| | | */
|
| | | UserSystemCoupon getNeedActivateCouponByType(@Param("uid") Long uid, @Param("type") String type);
|
| | | |
| | | } |