From 300634cce82462196c5cb149ba38d62654361352 Mon Sep 17 00:00:00 2001 From: wangxin Date: Tue, 11 Sep 2018 16:52:07 +0800 Subject: [PATCH] =?UTF-8?q?ASN=E7=AD=96=E7=95=A5=E6=94=B9=E4=B8=BAASN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/20180911/update_asn_menu.sql | 1 + src/main/webapp/WEB-INF/views/cfg/asnPolicyCfgForm.jsp | 4 ++-- src/main/webapp/WEB-INF/views/cfg/asnPolicyCfgList.jsp | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 src/main/resources/sql/20180911/update_asn_menu.sql diff --git a/src/main/resources/sql/20180911/update_asn_menu.sql b/src/main/resources/sql/20180911/update_asn_menu.sql new file mode 100644 index 000000000..b8a68b5f5 --- /dev/null +++ b/src/main/resources/sql/20180911/update_asn_menu.sql @@ -0,0 +1 @@ +UPDATE sys_menu SET CODE='ASN' WHERE CODE='asn_policy' \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/cfg/asnPolicyCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/asnPolicyCfgForm.jsp index e7bba090c..734459f57 100644 --- a/src/main/webapp/WEB-INF/views/cfg/asnPolicyCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/asnPolicyCfgForm.jsp @@ -2,7 +2,7 @@ <%@ include file="/WEB-INF/include/taglib.jsp"%> -<spring:message code="asn_policy"></spring:message> +<spring:message code="ASN"></spring:message>