fanli/src/main/java/com/yeshi/fanli/controller/h5/H5RecommendController.java
@@ -449,7 +449,7 @@ boolean hasCoupon = false; String couponUrl = null; BigDecimal discount = new BigDecimal(0); JDCouponInfo couponInfo = jdGoods.getCouponInfo(); JDCouponInfo couponInfo = JDUtil.getShowCouponInfo( jdGoods) ; if (couponInfo != null) { hasCoupon = true; discount = couponInfo.getDiscount();