Commit f3fabb85 authored by ZhengJie's avatar ZhengJie
Browse files

[代码完善](v2.5): update QueryCriteria.ftl

close https://github.com/elunez/eladmin/issues/473
parent 47a91799
......@@ -75,7 +75,7 @@ public class ${className}QueryCriteria{
<#list betweens as column>
/** BETWEEN */
@Query(type = Query.Type.BETWEEN)
private List<${column.columnType}> createTime;
private List<${column.columnType}> ${column.changeColumnName};
</#list>
</#if>
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment