如何条件查询,在插入某个字段
- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
在条件成立时候,对数据库中的某一个表的某个字段插入数据
就是:db.collection("***").where().add()这种写法,我这样写,系统会报错
thirdScriptError
db.collection(…).where(…).add is not a function;
在条件成立时候,对数据库中的某一个表的某个字段插入数据
就是:db.collection("***").where().add()这种写法,我这样写,系统会报错
thirdScriptError
db.collection(…).where(…).add is not a function;