修复因集合clear导致下发集合为空的bug

This commit is contained in:
wangxin
2018-11-13 18:34:37 +08:00
parent de56971c30
commit 6e9359d9ba

View File

@@ -243,8 +243,8 @@ public class AsnIpCfgService extends CrudService<CrudDao<AsnIpCfg>, AsnIpCfg> {
}
long end=System.currentTimeMillis();
this.save(cfgs);
cfgs.clear();
splitAndSend(toAddRegionAsnIpCfgs,Constants.VALID_YES);
cfgs.clear();
toAddRegionAsnIpCfgs.clear();
}
/**