db.collection('test').doc("_id").updateAndReturn({})

魑魅魍魉cmwl
- 发布:2025-03-03 21:45
- 更新:2025-04-04 08:07
- 阅读:120
产品分类: uniCloud/App
示例代码:
操作步骤:
db.collection('test').doc("_id").updateAndReturn({})
db.collection('test').doc("_id").updateAndReturn({})
预期结果:
报错update field should not be an empty object
报错update field should not be an empty object
实际结果:
原对象直接被覆盖
原对象直接被覆盖
bug描述:
阿里云updateAndReturn若更新内容为空对象不会报错,会直接覆盖原对象
2 个回复
最佳回复
DCloud
HBuilderX 4.61.2025040322-alpha 已修复。
DCloud_uniCloud_CRL
已确认问题,下版本修复。