适配group2group表结构调整

This commit is contained in:
fengweihao
2023-12-27 16:32:01 +08:00
parent 21bbd4e1f7
commit d3b2f231bf

View File

@@ -53,13 +53,13 @@
}, },
{ {
"table_id":4, "table_id":4,
"table_name":"GROUP_GROUP_RELATION", "table_name":"OBJECT_GROUP",
"table_type":"group2group", "table_type":"group2group",
"valid_column":4, "valid_column":4,
"custom": { "custom": {
"group_id":1, "group_id":1,
"super_group_id":2, "included_sub_group_ids":2,
"is_exclude":3 "excluded_sub_group_ids":3
} }
}, },
{ {