Commit 1e591b17 by chenweitao

Merge branch 'working' into 'master'

新增微博热度标签

See merge request !129
parents 1654abc4 29ea7f00
...@@ -52,6 +52,7 @@ public class HotSearchCacheDAO { ...@@ -52,6 +52,7 @@ public class HotSearchCacheDAO {
} }
if("微博热搜".equals(hotSearch.getType())){ if("微博热搜".equals(hotSearch.getType())){
document.put("iconUrl", hotSearch.getIconUrl()); document.put("iconUrl", hotSearch.getIconUrl());
document.put("heatLabel", hotSearch.getHeatLabel());
} }
if("微博娱乐榜".equals(hotSearch.getType())){ if("微博娱乐榜".equals(hotSearch.getType())){
document.put("iconUrl", hotSearch.getIconUrl()); document.put("iconUrl", hotSearch.getIconUrl());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment