admin
2025-02-25 30d8e227e8d823b6c38c3b9c90ac2df03b63befe
fanli/src/main/java/com/yeshi/fanli/service/impl/taobao/TLJFreeBuyGoodsUpdateServiceImpl.java
@@ -45,7 +45,7 @@
         }
         
         // 计算券后价  1<= n <= 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) {
            for (TLJFreeBuyGoods tljGoods : list) {
               tljFreeBuyGoodsDao.delete(tljGoods.getId());