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

实体行为扩展

上级 17317a88
......@@ -5,7 +5,7 @@ TARGET=PSDATAENTITY
<#assign hasServiceEx=false>
<#if item.getAllPSDEActions()??>
<#list item.getAllPSDEActions() as deaction>
<#if deaction.getActionType()=='USERCUSTOM'>
<#if deaction.isEnableBackend() && deaction.getActionType()=='USERCUSTOM'>
<#assign hasServiceEx=true>
<#break>
</#if>
......@@ -40,7 +40,7 @@ public class ${item.codeName}ServiceEx extends ${item.codeName}ServiceImpl {
<#comment>输出实体行为</#comment>
<#if item.getAllPSDEActions()??>
<#list item.getAllPSDEActions() as deaction>
<#if deaction.getActionType()=='USERCUSTOM'>
<#if deaction.isEnableBackend() && deaction.getActionType()=='USERCUSTOM'>
/**
* 自定义行为[${deaction.getCodeName()}]用户扩展
* @param et
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册