|
@@ -146,7 +146,7 @@ public class AgentAppServiceImpl implements AgentAppService {
|
|
|
int appType = Integer.parseInt(index + substr);
|
|
int appType = Integer.parseInt(index + substr);
|
|
|
//远程调用指定应用保存 应用的出包配置
|
|
//远程调用指定应用保存 应用的出包配置
|
|
|
YtPlatformUserApp superior = agentAppMapper.selectByPrimaryKey(param.getSuperiorId());
|
|
YtPlatformUserApp superior = agentAppMapper.selectByPrimaryKey(param.getSuperiorId());
|
|
|
- YtAppDefaultConfig config = new YtAppDefaultConfig(null, param.getAppName(), vo.getWxAppId(), vo.getWxSecret(), app.getAppId(), app.getAppId(), appType);
|
|
|
|
|
|
|
+ YtAppDefaultConfig config = new YtAppDefaultConfig(null, param.getAppName(), vo.getWxAppId(), vo.getWxSecret(), app.getAppId(), app.getAppId(), appType,ditchId);
|
|
|
feignInvoker.invoke(superior.getServiceName(), "saveAppConfig",config);
|
|
feignInvoker.invoke(superior.getServiceName(), "saveAppConfig",config);
|
|
|
}
|
|
}
|
|
|
|
|
|