获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
我遇到的问题是,where要放在field前面就可以了
云数据库.field出现BUG云数据库查询时,where和field同时使用,field无效,下面的代码中field字段必须同时为true,如果有一个不一致就没有查询结果,如何解决,请指导。 const re = await db.collection('XXXX').where({ opid: event.userInfo.openId, }).field({ _id: true, opid: false, wxnm: true, yhnm: true, yhlx: true, fxid: true, fxcs: true, fxjf: true, dlcs: true, dldt: true, }).get(); } })
2019-01-11