解决问题:
0000022 基本配置-特征作用域 新增、修改界面,取消设置上级配置 0000021 基本配置-协议IP配置 数据列表界面:”协议id“一列显示为协议名称 数据列表界面:查询条件区域,协议id下拉列表改为协议名称下拉列表,源IP地址和目的IP地址改为输入框; 新增/修改界面:协议id改为协议名称,下拉列表选择有效协议名称; 新增/修改界面:源ip/目的ip掩码,源端口/目的端口掩码 缺省值在后台添加入库,用户填写时为非必填项 删除列表序列号,
This commit is contained in:
@@ -24,12 +24,6 @@ public interface SpecificServiceHostCfgDao extends CrudDao<SpecificServiceHostCf
|
||||
*/
|
||||
List<SpecificServiceHostCfg> findSpecHostList(SpecificServiceHostCfg specificServiceHostCfg);
|
||||
|
||||
/**
|
||||
* 查出所有
|
||||
* @return
|
||||
*/
|
||||
List<SpecificServiceHostCfg> getAll();
|
||||
|
||||
/**
|
||||
* 删除
|
||||
* @param hostId
|
||||
|
||||
@@ -122,10 +122,6 @@ select * from specific_service_host_cfg where is_valid = 1
|
||||
|
||||
</select>
|
||||
|
||||
<!-- 查询所有 -->
|
||||
<select id="getAll" resultMap="specificServiceHostCfgResultMap">
|
||||
select * from specific_service_host_cfg
|
||||
</select>
|
||||
<!-- 根据协议ID查询对象 -->
|
||||
<select id="getBySpecServiceId" resultType="com.nis.domain.specific.SpecificServiceHostCfg" parameterType="java.lang.Integer">
|
||||
select
|
||||
|
||||
Reference in New Issue
Block a user