#foreach($column in $columns)
#if($column.isSelectColumn == 'true')
#if($column.dictType != 'null' && $column.dictType != '')
#else
#end
#end
#end
#foreach($column in $columns)
#if($column.isTableColumn == 'true')
#if($column.dictType != 'null' && $column.dictType != '')
#else
#end
#end
#end