这是我写的 他的含义是在执行这个云函数之后在执行下一步么?前面是云函数,后面是js,我是想看看数据库里面是否有符合条件的xh、name、baj;我写的是不是很麻烦了?帮我改进一下 多谢了
exports.main = async (event, context)=>{ let {xh, name, baj} = event; return db.collection("lin").where({ xh, name, baj }).get(); } //。。。