<#import "../function.ftl" as func> <#assign comment=model.tabComment> <#assign class=model.variables.class> <#assign classVar=class?uncap_first> <#assign sys=model.variables.sys> <#assign module=model.variables.module> <#assign commonList=model.commonList> <#assign pkModel=model.pkModel> <#assign pk=func.getPk(model) > <#assign pkVar=func.convertUnderLine(pk) > <#assign subTableList=model.subTableList> <#assign hasSub=model.hasSub> <#assign groupBy=model.variables.groupBy> <#assign groupCol=model.variables.groupCol> <#assign legendBy=model.variables.legendBy> <#assign reportType=model.variables.reportType> ${comment }报表 <<#noparse>#include "/common/common.html"> <#if hasSub?exists && hasSub==true><#list subTableList as subTable>
${comment }
<#list model.commonList as col> <#assign colName=func.convertUnderLine(col.columnName)> <#if colName == "createTime" || colName == "createBy" || colName == "updateBy" || colName == "updateTime"> <#elseif colName != "id">
<#if groupBy?exists && groupBy?index_of(",")!=-1>
<#elseif groupBy?exists &&groupBy!="" > <#elseif legendBy?exists && legendBy?index_of(",")!=-1>
<#if reportType?exists && reportType?index_of(",")!=-1>

查询条件:<#list model.commonList as col>${col.comment}=全部;