Commit f8dc1f5a authored by 陈志良's avatar 陈志良

1

parent 3f75f9bc
...@@ -579,7 +579,7 @@ router.get('/info/myAttend', function(req, res, next) { ...@@ -579,7 +579,7 @@ router.get('/info/myAttend', function(req, res, next) {
var conditions = {}; var conditions = {};
if(results){ if(results){
conditions._id ={ conditions._id ={
$in:threadIds, $in:threadIds
// $nin:results // $nin:results
} }
}else{ }else{
......
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