yujian
2020-06-09 554de444b87aab5f93cb1593a8095612cf9479a7
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/ShareControllerV2.java
@@ -1146,8 +1146,8 @@
      recommendText = recommendText.replace("优惠券:[券面额]元", "");
      String quickCommentText = configService.get(ConfigKeyEnum.quickShareVIPCommentText.getKey());
      commentText = commentText.replace("[链接]", jumpLink.getUrl());
      commentText = quickCommentText.replace("[在售价]", BigDecimalUtil.getWithNoZera(new BigDecimal(goods.getMarketPrice())).toString());
      commentText = commentText.replace("[链接]", jumpLink.getUrl());
      commentText = commentText.replace("[折扣价]", "" +MoneyBigDecimalUtil.getWithNoZera(new BigDecimal(goods.getVipPrice())));
      
      shareInfo.setRecommendText(deleteBlankLine(recommendText));