提交 29aa51fb 编写于 作者: tony001's avatar tony001

数据服务测试

上级 373e97c0
......@@ -601,11 +601,12 @@ export default class ${srfclassname('${item.getCodeName()}')}ServiceBase extends
</#if>
<#--是否存在前端处理逻辑end -->
<#else>
<#-- 行为执行之后 start -->
<#-- 无实体行为 start -->
<#-- @author zpc -->
<#-- @update 2020.7.14 14:00 -->
// 1111
<@service_block item=item singleAppMethod=singleAppMethod />
<#-- 行为执行之后 end -->
<#-- 无实体行为 end -->
</#if>
}
<#-- 查询数据集(post方式)start -->
......@@ -677,7 +678,7 @@ export default class ${srfclassname('${item.getCodeName()}')}ServiceBase extends
<@getTestActionModifier appdeAction=appdeAction/> async test${srfclassname('${singleAppMethod.getCodeName()}')}(context: any = {},data: any = {}): Promise<any> {
return true;
}
<#if singleAppMethod.getMethodType?? && singleAppMethod.getMethodType()?? && singleAppMethod.getMethodType() == "FETCH">
<#-- <#if singleAppMethod.getMethodType?? && singleAppMethod.getMethodType()?? && singleAppMethod.getMethodType() == "FETCH">
<#assign dataSet = singleAppMethod.getPSDEDataSet() />
/**
......@@ -691,7 +692,7 @@ export default class ${srfclassname('${item.getCodeName()}')}ServiceBase extends
<@getTestActionModifier appdeAction=appdeAction/> async test${srfclassname('search${dataSet.getCodeName()}')}(context: any = {},data: any = {}): Promise<any> {
return true;
}
</#if>
</#if> -->
</#if>
</#if>
<#-- 检查行为是否可以执行 end -->
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册