yujian
2019-12-17 e265881fa0d83b8767cadf7b1c83c71b80b5bb6d
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/HotSellControllerV2.java
@@ -98,7 +98,7 @@
         if (detailList != null) {
            BigDecimal fanLiRate = hongBaoManageService.getFanLiRate();
             BigDecimal shareRate = hongBaoManageService.getShareRate();
             ConfigParamsDTO paramsDTO = new ConfigParamsDTO(fanLiRate, shareRate, Constant.MAX_REWARD_RATE);
             ConfigParamsDTO paramsDTO = new ConfigParamsDTO(fanLiRate, shareRate, Constant.MAX_REWARD_RATE,   hongBaoManageService.getVIPFanLiRate());
            for (DaTaoKeDetailV2 detail : detailList) {
               TaoBaoGoodsBrief taoBaoGoodsBrief = TaoBaoUtil.convert(detail);