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/20190115/update_function_dicts.sql

3 lines
191 B
MySQL
Raw Normal View History

2019-01-15 14:12:33 +08:00
-- IP Spoofing Import
UPDATE function_region_dict SET is_import = 1,config_protocol = '6,17' WHERE function_id = 214;
UPDATE function_service_dict SET is_import = 1 WHERE function_id = 214;