Commit 852a2246 authored by 杨翌文's avatar 杨翌文

xiugai

parent 9aeb2cbc
...@@ -11,20 +11,20 @@ var async = require('async'); ...@@ -11,20 +11,20 @@ var async = require('async');
var then = require('thenjs'); var then = require('thenjs');
var threadFields = { var threadFields = {
'content':1, content:1,
'type':1, type:1,
'title':1, title:1,
'pid':1, pid:1,
'from':1, from:1,
'created':1, created:1,
'recommend':1, recommend:1,
'praise_count':1, praise_count:1,
'comment_count':1, comment_count:1,
'images':1, images:1,
'comments':1, comments:1,
'level':1, level:1,
'top':1, top:1,
'address':1 address:1
}; };
......
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