Merge branch 'bugfix' of http://git.legu.cc/qixin/HJ_Server into bugfix

This commit is contained in:
ciniao 2023-12-18 21:18:50 +08:00
commit 1463aa239f

View File

@ -641,9 +641,14 @@ FindCursor.prototype.toArray = async function(){
addGameLog("system","findCount",null,{
collection: this.namespace.collection,
db:this.namespace.db,
filter: this.filter,
count:rss.length
})
console.log("system,findCount",{
collection: this.namespace.collection,
db:this.namespace.db,
count:rss.length
})
console.trace();
}
return rss;
}