| | |
| | | * @param listCouponId |
| | | * @return |
| | | */ |
| | | List<UserSystemCouponRecord> getRecordByState(@Param("uid") Long uid, @Param("state") Integer state); |
| | | |
| | | /** |
| | | * 根据单个订单查询 |
| | | * @param uid |
| | | * @param activated |
| | | * @param listCouponId |
| | | * @return |
| | | */ |
| | | UserSystemCouponRecord getRecordByOrderNo(@Param("orderNo") String orderNo, @Param("state") Integer state); |
| | | |
| | | |
| | |
| | | * @param seconds |
| | | * @return |
| | | */ |
| | | List<UserSystemCouponRecord> getCouponByUsingTimeOut(@Param("uid") Long uid,@Param("seconds") long seconds); |
| | | List<UserSystemCouponRecord> getCouponByUsingTimeOut(@Param("uid") Long uid, @Param("number") Long number); |
| | | |
| | | } |