提交 88cfe8a7 编写于 作者: zhouweidong's avatar zhouweidong

动态实例开关

上级 03cbce82
......@@ -542,6 +542,8 @@ public class DELogicAspect {
private String systemId;
@Value("${r'$'}{ibiz.dynainstid:${sys.getCodeName()?lower_case}}")
private String defaultDynaInstId;
@Value("${r'$'}{ibiz.isDyna:false}")
private boolean isDyna;
<#assign hasDynamicModule =false>
<#assign hasLocalModule = false>
......@@ -570,7 +572,7 @@ public class DELogicAspect {
<#if hasDynamicModule>
@Around("${dynamicModule}")
public Object executeRemoteLogic(ProceedingJoinPoint point) throws Throwable {
return executeLogic(point, true);
return executeLogic(point, isDyna && true);
}
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册