代码:
let db=wx.cloud.database();
const _=db.command;
db.collection("goods").where({price:_.gte(45)}).get().then(res=>{
console.log(res.data)
}).catch(err=>{
console.log(err)
})
代码:
let db=wx.cloud.database();
const _=db.command;
db.collection("goods").where({price:_.gte(45)}).get().then(res=>{
console.log(res.data)
}).catch(err=>{
console.log(err)
})
本文标题:19.查询所有价格大于指定的商品
本文链接:https://www.haomeiwen.com/subject/pvmtpltx.html
网友评论