被策略引用的地址池配置不可取消.

This commit is contained in:
zhangwq
2018-12-05 15:17:49 +08:00
parent 1e4dfeedf1
commit 2660ff32f9
10 changed files with 80 additions and 78 deletions

View File

@@ -46,8 +46,5 @@ public interface IpCfgDao extends CrudDao<BaseIpCfg>{
public void updateCfgValid(BaseCfg entity);
public void auditCfg(BaseCfg entity);
public List<CfgIndexInfo> getIpCfgList(CfgIndexInfo entity);
// 校验地址池是否被策略引用
public List<BaseIpCfg> checkAddrPoolIsUsed(@Param("addrPoolId")String addrPoolId);
}