获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
return await db.collection(event.dbName).where({ _openid: event._openid, "theoryRecruitRecord._id": event._id, }).field({ "theoryRecruitRecord.$": true, }).get() [图片]
小程序云开发数据库怎么按照数组中对象的某个元素查询?[图片] 集合名:table,查询条件:buyTime='2020-04-29 14:15:05',上图中buyerInfo是一个数组,怎么根据buyTime查询出图中标红的这条数据?
2022-06-25