12 2023 档案

摘要:db.collection("book").where({ name: { $regex: '.*' + e.detail.value, $options: 'i' } }) 阅读全文
posted @ 2023-12-05 13:10 wangjinggang 阅读(42) 评论(0) 推荐(0) 编辑
摘要:普通查询用.orderBy('add_time','desc'),聚合查询用.sort({ins_time:-1}) 'use strict'; const db = uniCloud.database() //对数据库的对象获取; exports.main = async (event, cont 阅读全文
posted @ 2023-12-01 10:18 wangjinggang 阅读(190) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示