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

切换新模式处理逻辑

上级 e599545a
<#ibiztemplate> <#ibiztemplate>
TARGET=PSDEACTION TARGET=PSDEACTION
</#ibiztemplate> </#ibiztemplate>
<#if sys.getCodeName()=='Sample' || sys.getCodeName()=='EAM'>
<#assign hasAfterLogic =false> <#assign hasAfterLogic =false>
<#assign hasAfterDrl=false> <#assign hasAfterDrl=false>
<#assign de=item.getPSDataEntity()> <#assign de=item.getPSDataEntity()>
...@@ -71,4 +70,3 @@ TARGET=PSDEACTION ...@@ -71,4 +70,3 @@ TARGET=PSDEACTION
</process> </process>
</definitions> </definitions>
</#if> </#if>
</#if>
\ No newline at end of file
<#ibiztemplate> <#ibiztemplate>
TARGET=PSDEACTION TARGET=PSDEACTION
</#ibiztemplate> </#ibiztemplate>
<#if sys.getCodeName()=='Sample' || sys.getCodeName()=='EAM'>
<#comment>实体行为调用实体行为</#comment> <#comment>实体行为调用实体行为</#comment>
<#assign hasAfterLogic =false> <#assign hasAfterLogic =false>
<#assign de=item.getPSDataEntity()> <#assign de=item.getPSDataEntity()>
...@@ -42,8 +41,6 @@ global ${pub.getPKGCodeName()}.core.${de.getPSSystemModule().getCodeName()?lower ...@@ -42,8 +41,6 @@ global ${pub.getPKGCodeName()}.core.${de.getPSSystemModule().getCodeName()?lower
</#list> </#list>
</#if> </#if>
</#if> </#if>
</#if>
<#comment>附加实体行为</#comment> <#comment>附加实体行为</#comment>
<#macro addActionLogic deaction actionlogic> <#macro addActionLogic deaction actionlogic>
......
<#ibiztemplate> <#ibiztemplate>
TARGET=PSDEACTION TARGET=PSDEACTION
</#ibiztemplate> </#ibiztemplate>
<#if sys.getCodeName()=='Sample' || sys.getCodeName()=='EAM'>
<#assign hasBeforeLogic =false> <#assign hasBeforeLogic =false>
<#assign hasBeforeDrl=false> <#assign hasBeforeDrl=false>
<#assign de=item.getPSDataEntity()> <#assign de=item.getPSDataEntity()>
...@@ -71,4 +70,3 @@ TARGET=PSDEACTION ...@@ -71,4 +70,3 @@ TARGET=PSDEACTION
</process> </process>
</definitions> </definitions>
</#if> </#if>
</#if>
\ No newline at end of file
<#ibiztemplate> <#ibiztemplate>
TARGET=PSDEACTION TARGET=PSDEACTION
</#ibiztemplate> </#ibiztemplate>
<#if sys.getCodeName()=='Sample' || sys.getCodeName()=='EAM'>
<#comment>实体行为调用实体行为</#comment> <#comment>实体行为调用实体行为</#comment>
<#assign hasBeforeLogic =false> <#assign hasBeforeLogic =false>
<#assign de=item.getPSDataEntity()> <#assign de=item.getPSDataEntity()>
...@@ -42,7 +41,6 @@ global ${pub.getPKGCodeName()}.core.${de.getPSSystemModule().getCodeName()?lower ...@@ -42,7 +41,6 @@ global ${pub.getPKGCodeName()}.core.${de.getPSSystemModule().getCodeName()?lower
</#list> </#list>
</#if> </#if>
</#if> </#if>
</#if>
<#comment>附加实体行为</#comment> <#comment>附加实体行为</#comment>
<#macro addActionLogic deaction actionlogic> <#macro addActionLogic deaction actionlogic>
......
<#ibiztemplate> <#ibiztemplate>
TARGET=PSDEACTION TARGET=PSDEACTION
</#ibiztemplate> </#ibiztemplate>
<#if sys.getCodeName()=='Sample' || sys.getCodeName()=='EAM'>
<#if item.getActionType()=='DELOGIC' && item.getPSDELogic()?? && item.getPSDELogic().isEnableBackend()> <#if item.getActionType()=='DELOGIC' && item.getPSDELogic()?? && item.getPSDELogic().isEnableBackend()>
<#assign de=item.getPSDataEntity()> <#assign de=item.getPSDataEntity()>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
...@@ -26,4 +25,3 @@ TARGET=PSDEACTION ...@@ -26,4 +25,3 @@ TARGET=PSDEACTION
</process> </process>
</definitions> </definitions>
</#if> </#if>
</#if>
\ No newline at end of file
...@@ -123,9 +123,7 @@ TARGET=PSSYSTEM ...@@ -123,9 +123,7 @@ TARGET=PSSYSTEM
<#if hasMQEntity> <#if hasMQEntity>
<rocketmq.version>4.7.0</rocketmq.version> <rocketmq.version>4.7.0</rocketmq.version>
</#if> </#if>
<#if pub.isEnableDynaModel()?? && pub.isEnableDynaModel()== true>
<flowable-modeler.version>6.4.2</flowable-modeler.version> <flowable-modeler.version>6.4.2</flowable-modeler.version>
</#if>
</properties> </properties>
<#-- dependencies,just for statement, manage the version of jars --> <#-- dependencies,just for statement, manage the version of jars -->
...@@ -339,7 +337,6 @@ TARGET=PSSYSTEM ...@@ -339,7 +337,6 @@ TARGET=PSSYSTEM
</dependency> </dependency>
</#if> </#if>
<#if pub.isEnableDynaModel()?? && pub.isEnableDynaModel()== true>
<dependency> <dependency>
<groupId>org.flowable</groupId> <groupId>org.flowable</groupId>
<artifactId>flowable-json-converter</artifactId> <artifactId>flowable-json-converter</artifactId>
...@@ -350,7 +347,6 @@ TARGET=PSSYSTEM ...@@ -350,7 +347,6 @@ TARGET=PSSYSTEM
<artifactId>flowable-ui-modeler-conf</artifactId> <artifactId>flowable-ui-modeler-conf</artifactId>
<version>${r'${flowable-modeler.version}'}</version> <version>${r'${flowable-modeler.version}'}</version>
</dependency> </dependency>
</#if>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
......
...@@ -93,7 +93,6 @@ TARGET=PSSYSTEM ...@@ -93,7 +93,6 @@ TARGET=PSSYSTEM
<artifactId>feign-httpclient</artifactId> <artifactId>feign-httpclient</artifactId>
</dependency> </dependency>
<#if pub.isEnableDynaModel()?? && pub.isEnableDynaModel()== true>
<!-- drools --> <!-- drools -->
<dependency> <dependency>
<groupId>org.drools</groupId> <groupId>org.drools</groupId>
...@@ -116,6 +115,7 @@ TARGET=PSSYSTEM ...@@ -116,6 +115,7 @@ TARGET=PSSYSTEM
<groupId>org.flowable</groupId> <groupId>org.flowable</groupId>
<artifactId>flowable-json-converter</artifactId> <artifactId>flowable-json-converter</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.flowable</groupId> <groupId>org.flowable</groupId>
<artifactId>flowable-ui-modeler-conf</artifactId> <artifactId>flowable-ui-modeler-conf</artifactId>
...@@ -126,6 +126,6 @@ TARGET=PSSYSTEM ...@@ -126,6 +126,6 @@ TARGET=PSSYSTEM
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
</#if>
</dependencies> </dependencies>
</project> </project>
<#ibiztemplate> <#ibiztemplate>
TARGET=PSSYSTEM TARGET=PSSYSTEM
</#ibiztemplate> </#ibiztemplate>
<#if sys.getCodeName()=='Sample' || sys.getCodeName()=='EAM'>
<#assign isDynaSys =false> <#assign isDynaSys =false>
<#if sys.getAllPSSystemModules()??> <#if sys.getAllPSSystemModules()??>
<#list sys.getAllPSSystemModules() as module> <#list sys.getAllPSSystemModules() as module>
...@@ -1026,7 +1025,6 @@ public class DELogicAspect { ...@@ -1026,7 +1025,6 @@ public class DELogicAspect {
<@enum /> <@enum />
} }
</#if> </#if>
</#if>
<#comment>输出可用的逻辑</#comment> <#comment>输出可用的逻辑</#comment>
<#macro validLogic> <#macro validLogic>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册