调整删除asn ip验证,只有下发过的asn ip需要ajax后台判断。调整ajax判断sql

This commit is contained in:
wangxin
2018-09-28 11:49:53 +08:00
parent 520a336037
commit ab50f58560
5 changed files with 296 additions and 290 deletions

View File

@@ -18,5 +18,5 @@ public interface AsnIpCfgDao extends CrudDao<AsnIpCfg>{
public List<AsnIpCfg> findAllList(AsnIpCfg cfg);
public List<ConfigGroupInfo> findPolicyGroupInfosByType(@Param("groupId")Integer groupId);
public List<Integer> findOtherIps(@Param("groupId")Integer groupId,@Param("cfgId")Integer cfgId);
public List<Integer> countValidIPs(@Param("ids")String ids);
public List<Integer> countValidIPs(@Param("groups")String groups,@Param("ids")String ids);
}