Commit d525528c by chenweitao

Merge branch 'working' into 'master'

Working

See merge request !101
parents baa092aa b1b3eecd
...@@ -100,10 +100,7 @@ public class HotSearchCacheDAO { ...@@ -100,10 +100,7 @@ public class HotSearchCacheDAO {
String topicResult = document.getString("topic_result")!=null?document.getString("topic_result"):null; String topicResult = document.getString("topic_result")!=null?document.getString("topic_result"):null;
String pictureUrl = document.getString("pictureUrl")!=null?document.getString("pictureUrl"):null; String pictureUrl = document.getString("pictureUrl")!=null?document.getString("pictureUrl"):null;
String id = document.getString("_id"); String id = name + "_" + type;
if (isNull(id)){
id = name + "_" + type;
}
boolean recommend = false; boolean recommend = false;
// Integer readCount = document.getInteger("comment_count"); // Integer readCount = document.getInteger("comment_count");
......
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