Update json syntax error

This commit is contained in:
PeineLiang
2021-09-30 11:46:18 +08:00
parent c83c5d1819
commit 65104b79ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ PostgresqlReader插件实现了从PostgreSQL读取数据。在底层实现上,
// 数据库连接密码
"password": "xx",
"column": [
"id""name"
"id","name"
],
//切分主键
"splitPk": "id",