From 5efc61733a88a32f86f69a1bfa427287aeb064a1 Mon Sep 17 00:00:00 2001 From: wangxin Date: Tue, 30 Oct 2018 15:28:11 +0800 Subject: [PATCH] =?UTF-8?q?asn=20ip=20=E5=AF=BC=E5=85=A5=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E6=98=AF=E5=90=A6=E5=B7=B2=E7=BB=8F=E4=B8=8B?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/nis/web/service/basics/AsnIpCfgService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/nis/web/service/basics/AsnIpCfgService.java b/src/main/java/com/nis/web/service/basics/AsnIpCfgService.java index 6bb779e2a..724bfe438 100644 --- a/src/main/java/com/nis/web/service/basics/AsnIpCfgService.java +++ b/src/main/java/com/nis/web/service/basics/AsnIpCfgService.java @@ -112,7 +112,7 @@ public class AsnIpCfgService extends CrudService, AsnIpCfg> { cfg.setIsValid(Constants.VALID_YES); } if(isImportAll.get(0).getItemCode().equals("1")) {//全量下发,删除已有的 - if(configGroupInfo.getIsIssued()==0) {//已下发 + if(configGroupInfo.getIsIssued()==1) {//已下发 List _toDelAsnIpCfgs=this.getByAsnGroup(configGroupInfo.getGroupId(), configGroupInfo.getAsnId()); toDelAsnIpCfgs.addAll(_toDelAsnIpCfgs); }