Commit 693d09b7 authored by 375138141's avatar 375138141

kingbase

parent 773fe96f
......@@ -83,7 +83,7 @@ public class DbDataTransferFunction extends ProcessFunction<JSONObject, Tuple3<S
String groupKey = groupKeyBuilder.toString();
//添加分表参数
String shardingRule = dataObj.getString("shardingRule");
String shardingRule = value.getString("shardingRule");
if (StrUtil.isNotBlank(shardingRule)) {
Map<String,Object> map = JSON.parseObject(shardingRule, Map.class);
String strategy = MapUtil.getStr(map, "strategy");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment