提交 3e1ea0d5 编写于 作者: tony001's avatar tony001

行为执行之后逻辑 --- fix4

上级 4da2ae67
...@@ -77,7 +77,7 @@ import ${srfclassname('${singleLogic.getCodeName()}')}Logic from '@/service/${sr ...@@ -77,7 +77,7 @@ import ${srfclassname('${singleLogic.getCodeName()}')}Logic from '@/service/${sr
<#-- 获取测试行为的修饰符和名称 end --> <#-- 获取测试行为的修饰符和名称 end -->
<#-- 定义service_block start --> <#-- 定义service_block start -->
<#macro service_block item singleAppMethod afterActionStr = null> <#macro service_block item singleAppMethod afterActionStr = "">
<#if item.getPSAppDERSPathCount() gt 0 && singleServiceApi??> <#if item.getPSAppDERSPathCount() gt 0 && singleServiceApi??>
<#list 1..item.getPSAppDERSPathCount() as count> <#list 1..item.getPSAppDERSPathCount() as count>
<#assign path = ''/> <#assign path = ''/>
...@@ -620,7 +620,7 @@ export default class ${srfclassname('${item.getCodeName()}')}ServiceBase extends ...@@ -620,7 +620,7 @@ export default class ${srfclassname('${item.getCodeName()}')}ServiceBase extends
<#-- 行为执行之后 start --> <#-- 行为执行之后 start -->
<#-- @author zpc --> <#-- @author zpc -->
<#-- @update 2020.7.14 14:00 --> <#-- @update 2020.7.14 14:00 -->
<@service_block item=item singleAppMethod=singleAppMethod/> <@service_block item=item singleAppMethod=singleAppMethod />
<#-- 行为执行之后 end --> <#-- 行为执行之后 end -->
</#if> </#if>
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册