yujian
2019-04-22 b6c37e4bc38db88a360d0f2c6099183f9bb75bdc
fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserSystemCouponRecordServiceImpl.java
@@ -54,7 +54,7 @@
   }
   @Override
   public List<UserSystemCouponRecord> getCouponByUsingTimeOut(Long uid, long seconds) {
   public List<UserSystemCouponRecord> getCouponByUsingTimeOut(Long uid, Long seconds) {
      return userSystemCouponRecordMapper.getCouponByUsingTimeOut(uid, seconds);
   }