为什么aggregate group里面cond用不了?
})
.sort({
_id: -1,
})
.end()
.then(res => {
// console.log(res)
_this.setData({
records: res.list,
})
})
.catch(err => {
console.log(err)
})
1 回复