admin
2019-02-27 0a3b073eb7e6a1c77b73e1d44fe53f040e560ab3
fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserSystemCouponServiceImpl.java
@@ -1107,6 +1107,10 @@
   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 ||