diff options
| author | zhangyang <[email protected]> | 2024-04-24 06:35:37 -0400 |
|---|---|---|
| committer | zhangyang <[email protected]> | 2024-04-24 06:35:37 -0400 |
| commit | 99e44515969e4fc9a0fa47a4772fc47e1e560911 (patch) | |
| tree | 839266db1da2ea6c9110bc445b204857b55e3292 | |
| parent | ffbbbb18b759de5fe4cd47efef46bb532f714dd0 (diff) | |
case1 work
| -rw-r--r-- | demo1/table_info.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/demo1/table_info.conf b/demo1/table_info.conf index 89d0c53..e62cdfb 100644 --- a/demo1/table_info.conf +++ b/demo1/table_info.conf @@ -16,13 +16,13 @@ "table_name":"GROUP2COMPILE", "table_type":"group2compile", "associated_compile_table_id":0, - "valid_column":3, + "valid_column":6, "custom": { "group_id":1, "compile_id":2, - "not_flag":4, - "virtual_table_name":5, - "clause_index":6 + "not_flag":3, + "virtual_table_name":4, + "clause_index":5 } }, { @@ -50,4 +50,4 @@ "is_hexbin":6 } } - ] + ]
\ No newline at end of file |
