admin
2018-12-10 5d59c0ad6e82b6255cf38c3dba715395af1d60a7
fanli/src/main/java/com/yeshi/fanli/controller/client/ShareController.java
@@ -127,7 +127,7 @@
         data.put("notifyDesc", configService.get("goods_share_notify"));
         // 添加分享记录
         BigDecimal rate = new BigDecimal(hongBaoManageService.get("hongbao_goods_proportion"));
         BigDecimal rate =hongBaoManageService.getFanLiRate();
         UserShareGoodsHistory history = new UserShareGoodsHistory();
         history.setTkCode(taoBaoLink.getTaoToken());
         history.setLink(taoBaoLink.getClickUrl());