1.字典表修改sql提交 2.snat策略配置下发参数修改
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user