yujian
2020-06-08 9a8fa5544ffde68c206ea93df6b6f754cde75748
唯品会分享链接bug
1个文件已修改
2 ■■■ 已修改文件
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/ShareControllerV2.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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));