Commit 9b43f086 authored by strong's avatar strong

Merge commit 'ddf194b6' into SANDBOX

parents 477455ab ddf194b6
......@@ -86,7 +86,7 @@ router.get('/message/:mid/get', function(req, res, next) {
var userID = user.getMobileUser(req);
if(mid){
var condition = {
_id: mid
_id: new mongoose.Types.ObjectId(mid)
}
async.parallel([
function(cb) {
......
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