Commit 937eb9a3 authored by 陈家荣's avatar 陈家荣

update

parent d7732c18
......@@ -1008,7 +1008,7 @@ function getMobileSubThreads(doc, sort, callback) {
});
var obj = {};
obj.items = list;
var newDoc = {};
var newDoc = doc.toObject();
newDoc.subThreads = obj;
cb(null, newDoc);
}
......
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