yujian
2019-02-27 4bfa8875c0fce82200c08d8e16532b16e2e29056
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponRecordService.java
@@ -17,5 +17,13 @@
   public UserSystemCouponRecord getRecordByOrderNo(String orderNo, Integer state);
   public List<UserSystemCouponRecord> getRecordByOrderNoList(List<String> list);
   /**
    * 查询正在使用中 超过时间仍未匹配到订单记录
    * @param uid
    * @param seconds
    * @return
    */
   public List<UserSystemCouponRecord> getCouponByUsingTimeOut(Long uid, long seconds);
   
}