diff --git a/src/main/java/com/nis/web/controller/configuration/ntc/FileTransferCfgController.java b/src/main/java/com/nis/web/controller/configuration/ntc/FileTransferCfgController.java index 328afda87..5576b03d5 100644 --- a/src/main/java/com/nis/web/controller/configuration/ntc/FileTransferCfgController.java +++ b/src/main/java/com/nis/web/controller/configuration/ntc/FileTransferCfgController.java @@ -247,7 +247,7 @@ public class FileTransferCfgController extends BaseController{ if(StringUtils.isNotBlank(ids)){ entity = fileTransferCfgService.getP2pCfg(Long.parseLong(ids)); - // 添加配置域Key,用于新增页面判断 + // 添加配置域Key,用于修改页面区分各域配置 P2pHashCfg hashCfg = new P2pHashCfg(); hashCfg.setCfgType(Constants.P2P_HASH_BIN_REGION); entity.setP2pHash(hashCfg); @@ -270,7 +270,7 @@ public class FileTransferCfgController extends BaseController{ initUpdateFormCondition(model,entity); }else{ - // 添加配置域Key,用于修改页面判断 + // 添加配置域Key,用于新增页面区分各域配置 P2pHashCfg hashCfg = new P2pHashCfg(); hashCfg.setCfgType(Constants.P2P_HASH_BIN_REGION); entity.setP2pHash(hashCfg); diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties index faee65b1d..31f244158 100644 --- a/src/main/resources/messages/message_en.properties +++ b/src/main/resources/messages/message_en.properties @@ -1068,4 +1068,7 @@ website=Website p2p_ip_config_type=IP Config Type p2p_hash_type=Hash Type -NTC_SUBSCRIBE_ID=Certification Mark Configuration \ No newline at end of file +NTC_SUBSCRIBE_ID=Certification Mark Configuration + +app_header_config=APP Header Feature +app_ssl_config=APP SSL Cert Feature \ No newline at end of file diff --git a/src/main/resources/messages/message_zh_CN.properties b/src/main/resources/messages/message_zh_CN.properties index 533b7590a..d4e91bca3 100644 --- a/src/main/resources/messages/message_zh_CN.properties +++ b/src/main/resources/messages/message_zh_CN.properties @@ -1066,4 +1066,7 @@ website=\u7F51\u7AD9\u57DF\u540D p2p_ip_config_type=IP\u914D\u7F6E\u7C7B\u578B p2p_hash_type=HASH\u7C7B\u578B -NTC_SUBSCRIBE_ID=\u8BA4\u8BC1\u6807\u8BC6\u914D\u7F6E \ No newline at end of file +NTC_SUBSCRIBE_ID=\u8BA4\u8BC1\u6807\u8BC6\u914D\u7F6E + +app_header_config=APP\u62A5\u5934\u7279\u5F81 +app_ssl_config=APP SSL\u8BC1\u4E66\u7279\u5F81 \ No newline at end of file