admin
2019-08-26 37d6133c476453827cefc38e4bdeb2c5246d9ce9
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/RecommendController.java
@@ -2185,6 +2185,8 @@
      // 红包
      if (hongBao == null) {
         BigDecimal proportion = manageService.getFanLiRate();
         if ("taolijin".equalsIgnoreCase(from))
            proportion = manageService.getTLJShareRate(System.currentTimeMillis());
         hongBao = TaoBaoUtil.getGoodsHongBaoInfo(tb, proportion);
      }
      goodsJson.put("hongBao", hongBao);