admin
2020-06-10 271ae63c20fcbe28d29c47f1881138ff6551a2a1
fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserSystemCouponRecordServiceImpl.java
@@ -54,11 +54,6 @@
   }
   @Override
   public List<UserSystemCouponRecord> getCouponByUsingTimeOut(Long uid, Long seconds) {
      return userSystemCouponRecordMapper.getCouponByUsingTimeOut(uid, seconds);
   }
   @Override
   public boolean isSuccessMianDan(Integer source, String orderId) {
      List<String> orderList = new ArrayList<>();
      orderList.add(orderId);