1
我想直接在mongo上使用帆本地適配器查詢。儘管db中有文檔,但我沒有得到任何結果。直接水線查找函數返回文檔。不過,我想使用本機查找用於其他目的,並試圖使其工作。有什麼建議麼?下面的輸出:null []。mongo發現裏面的帆本地不工作
User.native(function(e,collection){
collection.find({phoneNumber:mPhoneNumber}).toArray(function(e,r){console.log(e,r);});