本地提交至服务
This commit is contained in:
@@ -503,7 +503,7 @@ public abstract class BaseService {
|
||||
//ip转换为callback用ip
|
||||
public NtcDnsResStrategy convertCallBackDnsResStrategy(DnsResStrategy cfg){
|
||||
NtcDnsResStrategy resStrategy=new NtcDnsResStrategy();
|
||||
resStrategy.init();
|
||||
resStrategy.init();
|
||||
resStrategy.setId(Long.valueOf(cfg.getCompileId()));
|
||||
resStrategy.setCfgId(cfg.getCompileId());
|
||||
resStrategy.setReqStrateId(cfg.getCfgId());
|
||||
|
||||
Reference in New Issue
Block a user