diff options
| author | fengweihao <[email protected]> | 2023-11-23 16:38:19 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2023-11-23 16:38:19 +0800 |
| commit | d3e49bf46133302bf2a5b68b4296c5f8cf198589 (patch) | |
| tree | f6c4c271dea98eb3679caac39624c571641b48dc | |
| parent | 6efee0fdc8694911e9cef84002a1da2e1a025388 (diff) | |
bugfix:适配maatv4.1.9关于table_info中table_type整形变量命名变更v4.8.48-20231123
| -rw-r--r-- | resource/pangu/table_info.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resource/pangu/table_info.conf b/resource/pangu/table_info.conf index 94a01a6..d96dcb5 100644 --- a/resource/pangu/table_info.conf +++ b/resource/pangu/table_info.conf @@ -118,7 +118,7 @@ { "table_id":9, "table_name":"TSG_OBJ_FQDN_CAT", - "table_type":"intval", + "table_type":"interval", "valid_column":5, "custom": { "item_id":1, @@ -209,7 +209,7 @@ { "table_id":19, "table_name":"TSG_OBJ_APP_ID", - "table_type":"intval", + "table_type":"interval", "valid_column":5, "custom": { "item_id":1, |
