admin
2021-05-14 ae2294be876ac4595d7b31b36c0057726d12354f
fanli/src/main/java/com/yeshi/fanli/controller/web/TLJFreeBuyGoodsController.java
@@ -84,7 +84,7 @@
         if (goods != null && goods.getCouponAmount() != null
               && goods.getCouponAmount().compareTo(new BigDecimal(0)) > 0) {
            // 券后价  1-2元
            BigDecimal couplePrice = TaoBaoUtil.getAfterUseCouplePrice(goods);
            BigDecimal couplePrice = TaoBaoUtil.getCouponPrice(goods);
            if (couplePrice.compareTo(new BigDecimal(1.0)) >= 0 && couplePrice.compareTo(new BigDecimal(2.0)) <= 0) {
               count++;
               tljFreeBuyGoodsService.addGoods(new TLJFreeBuyGoods(day, goods));