mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
代码生成单表开关控件有问题
This commit is contained in:
@ -95,6 +95,9 @@
|
|||||||
<#if po.classType=='pca'>
|
<#if po.classType=='pca'>
|
||||||
<#assign list_need_pca=true>
|
<#assign list_need_pca=true>
|
||||||
</#if>
|
</#if>
|
||||||
|
<#if po.classType=='switch'>
|
||||||
|
<#assign list_need_switch=true>
|
||||||
|
</#if>
|
||||||
</#list>
|
</#list>
|
||||||
<#-- 结束循环 -->
|
<#-- 结束循环 -->
|
||||||
<#t>
|
<#t>
|
||||||
|
|||||||
Reference in New Issue
Block a user