This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
k18-ntcs-web-ntc/src/main/resources/sql/update_function_region_dict.sql

2 lines
122 B
SQL

--修改topic_domain默认无表达式
update function_region_dict set config_expr_type=0,config_hex=0 where dict_id=179;