mongoose中$or和$lte联合使用结果为空,请大神们来看看算不算bug?
### 在mongobooster中使用享用的查询语句可以有正常的显示。
"$or": [{
"returncode": {
$exists: false
},
"amount": {
$exists: false
},
"reprice": {
$exists: false
},
"streamingNO": {
$exists: false
}
}, {
"reason": "2",
"returncode": "8"
}, {
"reason": "3",
"returncode": "8"
}],
"reqTime.reqTimes": {
$lte: 200
}
}, null,
{ sort: {
'reqTime.reqTimes': 1,
'reqTime.reqTimestamp': 1
}
})