From 3b57a384b64e3541b9f857b022de5cb0f6d647db Mon Sep 17 00:00:00 2001 From: shangguanyanfei Date: Mon, 10 Jun 2019 11:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E4=BF=AE=E6=94=B9=E7=9A=84sq?= =?UTF-8?q?l=E6=96=87=E4=BB=B6=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/20190605/update_sys_menu.sql | 8 ++++---- src/main/resources/sql/20190610/update_sys_menu.sql | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/sql/20190605/update_sys_menu.sql b/src/main/resources/sql/20190605/update_sys_menu.sql index bf2a756f7..1781e8f92 100644 --- a/src/main/resources/sql/20190605/update_sys_menu.sql +++ b/src/main/resources/sql/20190605/update_sys_menu.sql @@ -1,4 +1,4 @@ ---修改日志检索->国家代理->HTTP(S)阻断 url -UPDATE `sys_menu` SET `href`='/log/pxy/httpBlockList?searchAction=16' WHERE code='http_block' and href='/log/pxy/httpBlocklogs' and permission= '' ---修改日志检索->国家代理->HTTP(S)操控 url -UPDATE `sys_menu` SET `href`='/log/pxy/httpManipulList?searchAction=48' WHERE code='http_manipulation' and href='/log/pxy/httpManipulList' and permission= '' \ No newline at end of file +#修改日志检索->国家代理->HTTP(S)阻断 url +UPDATE `sys_menu` SET `href`='/log/pxy/httpBlockList?searchAction=16' WHERE code='http_block' and href='/log/pxy/httpBlocklogs' and permission= ''; +#修改日志检索->国家代理->HTTP(S)操控 url +UPDATE `sys_menu` SET `href`='/log/pxy/httpManipulList?searchAction=48' WHERE code='http_manipulation' and href='/log/pxy/httpManipulList' and permission= ''; \ No newline at end of file diff --git a/src/main/resources/sql/20190610/update_sys_menu.sql b/src/main/resources/sql/20190610/update_sys_menu.sql index 0579d375b..c33f10f22 100644 --- a/src/main/resources/sql/20190610/update_sys_menu.sql +++ b/src/main/resources/sql/20190610/update_sys_menu.sql @@ -1,4 +1,4 @@ ---修改日志检索->国家代理->HTTP(S)阻断 url -UPDATE `sys_menu` SET `href`='/log/pxy/httpBlockLists?searchAction=16' WHERE code='http_block' and href='/log/pxy/httpBlockList?searchAction=16' and permission= '' ---修改日志检索->国家代理->HTTP(S)监测 url -UPDATE `sys_menu` SET `href`='/log/pxy/httpMonitLists?searchAction=1' WHERE code='http_monit' and href='/log/pxy/httpMonitogs' and permission= '' \ No newline at end of file +#修改日志检索->国家代理->HTTP(S)阻断 url +UPDATE `sys_menu` SET `href`='/log/pxy/httpBlockLists?searchAction=16' WHERE code='http_block' and href='/log/pxy/httpBlockList?searchAction=16' and permission= ''; +#修改日志检索->国家代理->HTTP(S)监测 url +UPDATE `sys_menu` SET `href`='/log/pxy/httpMonitLists?searchAction=1' WHERE code='http_monit' and href='/log/pxy/httpMonitogs' and permission= ''; \ No newline at end of file