Merge pull request #387 from weiwei162/patch-1

fix #362
This commit is contained in:
TommyLemon 2022-04-22 22:14:43 +08:00 committed by GitHub
commit 01410e2056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -599,8 +599,8 @@ public abstract class AbstractObjectParser implements ObjectParser {
} else if (key.endsWith("-")) {//remove
putType = 2;
} else {//replace
// throw new IllegalAccessException("PUT " + path + ", PUT Array不允许 " + key +
// " 这种没有 + 或 - 结尾的key不允许整个替换掉原来的Array");
sqlRequest.put(key, array);
return;
}
String realKey = AbstractSQLConfig.getRealKey(method, key, false, false);