1.HTTP url、keyword、advanced配置跳转http日志菜单 2.snat地址池配置+跳转日志

This commit is contained in:
zhangwq
2018-12-09 17:12:40 +08:00
parent a4b3c670a0
commit 09b237e04d
6 changed files with 19 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
UPDATE
specific_service_cfg c
SET
c.spec_service_code = c.spec_service_code + 10000
WHERE
c.cfg_type IN (2, 3) AND c.parent_id = 0;