const users = db.collection('user')
service.js? [sm]:118 Uncaught (in promise) TypeError: users.where(...).update is not a function
at Object.checkDay (service.js? [sm]:118)
at index.js? [sm]:128
at <anonymous>
框架类型 | 问题类型 | 终端类型 | AppID | 基础库版本 |
---|---|---|---|---|
小程序 | Bug | 客户端 | wx6ba1ad7ef1f10fda | 2.4.0 |
1 个回答
小程序端只能针对某一条记录进行更新,所以在小程序端使用update不能用where筛选
已经解决了谢谢
贴个例子呗?入参是什么?需要主键?需要传整个记录么?