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