From eb9d78cbe1632fc9ac04a335108fd59dac7e4378 Mon Sep 17 00:00:00 2001 From: whyclj <1525436766@qq.com> Date: 星期四, 10 一月 2019 15:13:28 +0800 Subject: [PATCH] 批量系统参数设置 添加国际化文本和后台权限控制 --- gx_tieta/WebRoot/WEB-INF/classes/com/fgkj/Filters/HotlinkFilter.class | 0 gx_tieta/src/global_zh_CN.properties | 5 ++++- gx_tieta/WebRoot/WEB-INF/classes/global_zh_CN.properties | 5 ++++- gx_tieta/WebRoot/WEB-INF/classes/com/fgkj/Filters/HotlinkFilter$1.class | 0 gx_tieta/src/com/fgkj/Filters/HotlinkFilter.java | 1 + 5 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/WEB-INF/classes/com/fgkj/Filters/HotlinkFilter$1.class b/gx_tieta/WebRoot/WEB-INF/classes/com/fgkj/Filters/HotlinkFilter$1.class index ba62eaa..b8dfba6 100644 --- a/gx_tieta/WebRoot/WEB-INF/classes/com/fgkj/Filters/HotlinkFilter$1.class +++ b/gx_tieta/WebRoot/WEB-INF/classes/com/fgkj/Filters/HotlinkFilter$1.class Binary files differ diff --git a/gx_tieta/WebRoot/WEB-INF/classes/com/fgkj/Filters/HotlinkFilter.class b/gx_tieta/WebRoot/WEB-INF/classes/com/fgkj/Filters/HotlinkFilter.class index 909edd0..cc62505 100644 --- a/gx_tieta/WebRoot/WEB-INF/classes/com/fgkj/Filters/HotlinkFilter.class +++ b/gx_tieta/WebRoot/WEB-INF/classes/com/fgkj/Filters/HotlinkFilter.class Binary files differ diff --git a/gx_tieta/WebRoot/WEB-INF/classes/global_zh_CN.properties b/gx_tieta/WebRoot/WEB-INF/classes/global_zh_CN.properties index 8734d71..656ac19 100644 --- a/gx_tieta/WebRoot/WEB-INF/classes/global_zh_CN.properties +++ b/gx_tieta/WebRoot/WEB-INF/classes/global_zh_CN.properties @@ -1121,4 +1121,7 @@ BTSEquipment_upgrades = BTS\u8bbe\u5907\u5347\u7ea7 ################## bat-set-test.jsp ############################## -Batch_batt_param_set = \u6279\u91cf\u7535\u6c60\u53c2\u6570\u8bbe\u7f6e \ No newline at end of file +Batch_batt_param_set = \u6279\u91cf\u7535\u6c60\u53c2\u6570\u8bbe\u7f6e + +################## sys-set-test.jsp ############################## +Batch_sys_param_set = \u6279\u91cf\u7cfb\u7edf\u53c2\u6570\u8bbe\u7f6e \ No newline at end of file diff --git a/gx_tieta/src/com/fgkj/Filters/HotlinkFilter.java b/gx_tieta/src/com/fgkj/Filters/HotlinkFilter.java index 94d7d86..69aa9e9 100644 --- a/gx_tieta/src/com/fgkj/Filters/HotlinkFilter.java +++ b/gx_tieta/src/com/fgkj/Filters/HotlinkFilter.java @@ -89,6 +89,7 @@ {"install_look_permit","82"}, //鍩虹珯瀹夎瀹℃壒 {"batt_discharge_model_permit","83"}, //BTS璁惧鍗囩骇 {"batt_discharge_model_permit","84"}, //鎵归噺鐢垫睜缁勫弬鏁拌缃� + {"batt_discharge_model_permit","85"}, //鎵归噺绯荤粺鍙傛暟璁剧疆 {"batt_alm_param_query_permit","31"}, //鍛婅鍙傛暟璁剧疆 {"batt_alm_param_query_permit","66"}, //璁惧鍛婅鍙傛暟璁剧疆 diff --git a/gx_tieta/src/global_zh_CN.properties b/gx_tieta/src/global_zh_CN.properties index 8734d71..656ac19 100644 --- a/gx_tieta/src/global_zh_CN.properties +++ b/gx_tieta/src/global_zh_CN.properties @@ -1121,4 +1121,7 @@ BTSEquipment_upgrades = BTS\u8bbe\u5907\u5347\u7ea7 ################## bat-set-test.jsp ############################## -Batch_batt_param_set = \u6279\u91cf\u7535\u6c60\u53c2\u6570\u8bbe\u7f6e \ No newline at end of file +Batch_batt_param_set = \u6279\u91cf\u7535\u6c60\u53c2\u6570\u8bbe\u7f6e + +################## sys-set-test.jsp ############################## +Batch_sys_param_set = \u6279\u91cf\u7cfb\u7edf\u53c2\u6570\u8bbe\u7f6e \ No newline at end of file -- Gitblit v1.9.1