草庐IT

weightTotal

全部标签

angularjs - mongoose 中 $gt 的问题

我已经通过以下查询成功查询了我在mongoCLI中尝试的内容。db.catches.find({'weightTotal':{'$gte':150}})但是,当我尝试将查询从Angular发送到这样的路线时(更具体一点):Hatchery.getByLocation({'x':$scope.y.x._id,'city':place.data[0].city,'weightTotal':{'$gte':150}})当mongoose中的某些东西爆炸时,我得到了常见的错误:TypeError:Cannotcallmethod'toString'ofundefinedatServerResp