aliyun / aliyun-tablestore-nodejs-sdk

Aliyun TableStore(原OTS) SDK for Node.js
Apache License 2.0
88 stars 33 forks source link

batchWriteRow 示例错误 #40

Open IndraNyo opened 4 years ago

IndraNyo commented 4 years ago

当type是'UPDATE'时 attributeColumns应改为 updateOfAttributeColumns

35 就是这个问题导致的