diff --git a/src/main/java/com/nis/web/controller/specific/SpecificServiceCfgController.java b/src/main/java/com/nis/web/controller/specific/SpecificServiceCfgController.java index 8d81b1874..2f7c9e44d 100644 --- a/src/main/java/com/nis/web/controller/specific/SpecificServiceCfgController.java +++ b/src/main/java/com/nis/web/controller/specific/SpecificServiceCfgController.java @@ -220,7 +220,7 @@ public class SpecificServiceCfgController extends BaseController { if(cfgType==1) { businessTypeList=DictUtils.getDictList("APP_BUSINESS_TYPE"); }else if(cfgType==3) { - businessTypeList=DictUtils.getDictList("APP_BUSINESS_TYPE"); + businessTypeList=DictUtils.getDictList("BASIC_PROTOCOL_BUSINESS_TYPE"); } List> businessList = Lists.newArrayList(); //对业务分类进行排序 diff --git a/src/main/resources/sql/20180907/update_ip_region.sql b/src/main/resources/sql/20180907/update_ip_region.sql new file mode 100644 index 000000000..edd109a05 --- /dev/null +++ b/src/main/resources/sql/20180907/update_ip_region.sql @@ -0,0 +1,3 @@ +UPDATE function_region_dict SET CONFIG_DIRECTION='0',config_protocol='0' WHERE function_id=300; +UPDATE function_region_dict SET config_ip_type='4,6',config_port_pattern='1',config_direction='0',config_protocol='0',config_ip_port_show='2' WHERE function_id=401; +UPDATE function_region_dict SET region_type=1, config_ip_type='4,6',config_port_pattern='1',config_direction='0',config_protocol='0',config_ip_port_show='1' WHERE function_id=406; \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/basics/asnIpCfgFormAdd.jsp b/src/main/webapp/WEB-INF/views/basics/asnIpCfgFormAdd.jsp index 9da997676..2a41c4ff5 100644 --- a/src/main/webapp/WEB-INF/views/basics/asnIpCfgFormAdd.jsp +++ b/src/main/webapp/WEB-INF/views/basics/asnIpCfgFormAdd.jsp @@ -6,6 +6,10 @@