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

移除logic引用

上级 979be4ba
...@@ -2442,14 +2442,14 @@ public class ${item.getCodeName()}ServiceImpl implements I${de.getCodeName()}Ser ...@@ -2442,14 +2442,14 @@ public class ${item.getCodeName()}ServiceImpl implements I${de.getCodeName()}Ser
<#--</#if>--> <#--</#if>-->
</#macro> </#macro>
<#macro importDELogic deLogic> <#macro importDELogic deLogic>
<#if deLogic.isEnableBackend()> <#--<#if deLogic.isEnableBackend()>-->
<#if !P.exists('DELOGIC',deLogic.getCodeName())> <#--<#if !P.exists('DELOGIC',deLogic.getCodeName())>-->
@Autowired <#--@Autowired-->
@Lazy <#--@Lazy-->
protected ${pub.getPKGCodeName()}.core.${de.getPSSystemModule().getCodeName()?lower_case}.service.logic.I${de.getCodeName()}${deLogic.codeName}Logic ${deLogic.getCodeName()?lower_case}Logic; <#--protected ${pub.getPKGCodeName()}.core.${de.getPSSystemModule().getCodeName()?lower_case}.service.logic.I${de.getCodeName()}${deLogic.codeName}Logic ${deLogic.getCodeName()?lower_case}Logic;-->
</#if> <#--</#if>-->
</#if> <#--</#if>-->
</#macro> </#macro>
<#macro importDEAction actionLogic> <#macro importDEAction actionLogic>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册