fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserSystemCouponServiceImpl.java
@@ -1143,10 +1143,6 @@ public boolean updateCouponRecordUsed(Long uid, String orderNo, BigDecimal payment, Long auctionId) throws Exception{ //只处理付款金额小于10的 if(payment==null||payment.compareTo(new BigDecimal(10))<0) return false; boolean isfree = false; if (uid == null || payment == null || auctionId == null || orderNo == null ||