var base64hash = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; function btoa(s) { if (/([^\u0000-\u00ff])/.test(s)) { throw new Error('INVALID_CHARACTER_ERR'); } var i = 0, pr...
An upsert on a sharded collection must contain the shard key and have the simple collation. Update request: update 时 condition 参数没有带分片键值 导致以上错误 解决方法:update时提交键值到查询条件中