admin
2020-07-07 c9cbad5f5d18c6b2ac5a063e41007933d7028329
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/CommonContentController.java
@@ -92,7 +92,7 @@
      }
      CommonContentResult result = commonTemplateContentService.getContentList(CommonContentTypeEnum.valueOf(key),
            cid, page, 10);
            cid, page, 10,acceptData.getSystem());
      // 保留暂时不开启,待后续开启
      List<SwiperPicture> bannerList = new ArrayList<>();
@@ -103,7 +103,7 @@
      JSONArray array = new JSONArray();
      Gson gson = JsonUtil.getConvertBigDecimalToStringSubZeroBuilder(new GsonBuilder()).create();
      BigDecimal pro = hongBaoManageService.getFanLiRate();
      BigDecimal pro = hongBaoManageService.getFanLiRate(acceptData.getSystem());
      if (CommonContentTypeEnum.valueOf(key) == CommonContentTypeEnum.mianDan)// 免单商品
         pro = new BigDecimal(100);
      List<TaoBaoGoodsBrief> goodsList = result.getGoodsList();