修改http关键字阻断提交sql

This commit is contained in:
zhanghongqing
2018-10-30 10:26:22 +08:00
parent 4123b541ff
commit dedb50e7a5

View File

@@ -8,4 +8,4 @@ VALUES
INSERT INTO function_service_dict
(`function_id`, `protocol_id`, `action`, `action_code`, `service_id`, `service_name`, `service_desc`, `is_valid`, `creator_id`, `create_time`, `editor_id`, `edit_time`, `region_code`,`is_import`)
VALUES
('635', '4', '16', 'reject', '28', 'http_keyword_reject', NULL, '1', NULL, NULL, NULL, NULL, '1,2',1);
('635', '4', '16', 'reject', '40', 'http_keyword_reject', NULL, '1', NULL, NULL, NULL, NULL, '1,2',1);