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

补充属性值规则

上级 996d6fc9
......@@ -124,12 +124,12 @@ public class ${item.getCodeName()}DTO extends ${dtoBase} implements Serializable
<#if defield !=''>
<#if defield.getAllPSDEFValueRules()??>
<#list defield.getAllPSDEFValueRules() as defieldVR>
<#if defieldVR.getPSDEFVRGroupCondition()??>
<#if defieldVR.getPSDEFVRGroupCondition?? && defieldVR.getPSDEFVRGroupCondition()??>
<#list defieldVR.getPSDEFVRGroupCondition() as defieldVRCond>
<#if defieldVRCond.getCondType()=='SIMPLE'>
<#comment>属性默认值规则</#comment>
<#elseif defieldVRCond.getCondType()=='GROUP' && defieldVR.getCodeName()=='Default'>
<#if defieldVRCond.getPSDEFVRConditions()??>
<#if defieldVRCond.getPSDEFVRConditions?? && defieldVRCond.getPSDEFVRConditions()??>
<#list defieldVRCond.getPSDEFVRConditions() as subVRCond>
<#if subVRCond.getCondType()=='STRINGLENGTH'>
<#if subVRCond.getMaxValue()?c!='-1'>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册