喻健
2018-12-10 feee16c2fe842ef452823d3f8ed95a39ad191ee6
fanli/src/main/java/com/yeshi/fanli/controller/client/ShareController.java
@@ -138,7 +138,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());
@@ -195,6 +195,10 @@
      if (uid == null) {
         out.print(JsonUtil.loadFalseResult("用户未登录"));
      }
      if ("all".equals(source)) {
         source = null;// 查询全部
      }
      try {
         int pageSize = Constant.PAGE_SIZE;