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

update

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