yujian
2019-12-03 932d5100b1aee6cf028aaef3271033673595df5d
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();