|
@@ -2,6 +2,7 @@ package com.caimei.www.service.generate.impl;
|
|
|
|
|
|
import com.alibaba.fastjson.JSONArray;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
+import com.caimei.www.pojo.baike.BaikeBanner;
|
|
|
import com.caimei.www.pojo.baike.BaikeHotSearch;
|
|
|
import com.caimei.www.pojo.baike.BaikeType;
|
|
|
import com.caimei.www.pojo.page.BaseLink;
|
|
@@ -266,7 +267,7 @@ public class GenerateHtmlImpl implements GenerateHtml {
|
|
|
List<BaikeHotSearch> searchHotWord = baseService.getBaikeSearchHotWord();
|
|
|
map.put("searchHotWord", searchHotWord);
|
|
|
// banner图
|
|
|
- ImageLink banner = baseService.getBaikeBannerImage(commodityType);
|
|
|
+ BaikeBanner banner = baseService.getBaikeBannerImage(commodityType);
|
|
|
map.put("banner", banner);
|
|
|
// 分类列表
|
|
|
List<BaikeType> typeList = baseService.getBaikeTypeList(commodityType);
|