admin
2021-06-01 4f5a5b0a00c01491f009074351089f086f950d3e
fanli/src/main/java/com/yeshi/fanli/controller/web/WebRecommendController.java
@@ -74,18 +74,17 @@
   private TaoBaoUnionConfigService taoBaoUnionConfigService;
   /**
    *
    * 方法说明: 推荐轮播商品信息
    * 
    * @author mawurui createTime 2018年5月11日 上午11:13:47
    * @param acceptData
    * @param out
     * @author mawurui createTime 2018年5月11日 上午11:13:47
    */
   @RequestMapping(value = "getRecommenBanner", method = RequestMethod.GET)
   public void getRecommendBanner(AcceptData acceptData, String callback, PrintWriter out) {
      BusinessSystem system = businessSystemService.getBusinessSystem("WEB",
            Constant.systemCommonConfig.getH5PackageName(),acceptData.getSystem());
                systemConfigService.getValueCache(SystemConfigKeyEnum.h5PackageName, acceptData.getSystem()), acceptData.getSystem());
      JSONObject json = new JSONObject();
      if (system == null) {
         out.print(JsonUtil.loadFalseResult(1, WebControllerUtil.NOSYSTEM));
@@ -127,14 +126,13 @@
   }
   /**
    *
    * 方法说明: 获取商品详情
    * 
    * @author mawurui createTime 2018年5月11日 上午11:37:02
    * @param acceptData
    * @param id
    * @param uid
    * @param out
     * @author mawurui createTime 2018年5月11日 上午11:37:02
    */
   @RequestMapping(value = "getGoodsDetail", method = RequestMethod.GET)