1.字典表修改sql提交 2.snat策略配置下发参数修改

This commit is contained in:
zhangwq
2018-12-03 16:22:00 +08:00
parent a43660afb6
commit 1b899845e2
2 changed files with 12 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ public class IpMultiplexService extends BaseService{
params.put("service", cfg.getServiceId());
params.put("isValid", 1);
params.put("opTime", auditTime);
params.put("translateParam", "byconn=10");
params.put("effectiveRange", areaEffectiveIds);
List list = Lists.newArrayList();
@@ -168,6 +169,7 @@ public class IpMultiplexService extends BaseService{
params.put("service", cfg.getServiceId());
params.put("isValid", 0);
params.put("opTime", auditTime);
params.put("translateParam", "byconn=10");
params.put("effectiveRange", areaEffectiveIds);
List list = Lists.newArrayList();