admin
2022-08-25 146dbd5ed24c1fe63766aa45e0ce602caa39748e
fanli/src/main/java/com/yeshi/fanli/job/QualityFactoryJob.java
@@ -504,7 +504,7 @@
      if (startPrice == null && endPrice == null) {
         
      } else {
         BigDecimal couponPrice = TaoBaoUtil.getAfterUseCouplePrice(goodsBrief);
         BigDecimal couponPrice = TaoBaoUtil.getCouponPrice(goodsBrief);
         if (startPrice != null && endPrice != null
               && (couponPrice.compareTo(startPrice) < 0 || couponPrice.compareTo(endPrice) > 0)) {
            return false;