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