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;