admin
2023-04-12 651f2856e9ae10aacbfb8327d967aacbb6d58333
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;