2016-07-04 3 views

答えて

0

あなたはそのためのQuery#exists使用することができます。

Event.where('projectid').exists().exec(function(err, docs) { 
    ... 
}); 
関連する問題