正在显示
2 个修改的文件
包含
2 行增加
和
4 行删除
| @@ -227,8 +227,7 @@ export default { | @@ -227,8 +227,7 @@ export default { | ||
| 227 | #end | 227 | #end |
| 228 | #if(${column.dictType} != '') | 228 | #if(${column.dictType} != '') |
| 229 | // $comment字典 | 229 | // $comment字典 |
| 230 | - ${column.javaField}Options: []#if($velocityCount != $columns.size()),#end | ||
| 231 | - | 230 | + ${column.javaField}Options: [], |
| 232 | #end | 231 | #end |
| 233 | #end | 232 | #end |
| 234 | // 查询参数 | 233 | // 查询参数 |
| @@ -258,8 +258,7 @@ export default { | @@ -258,8 +258,7 @@ export default { | ||
| 258 | #end | 258 | #end |
| 259 | #if(${column.dictType} != '') | 259 | #if(${column.dictType} != '') |
| 260 | // $comment字典 | 260 | // $comment字典 |
| 261 | - ${column.javaField}Options: []#if($velocityCount != $columns.size()),#end | ||
| 262 | - | 261 | + ${column.javaField}Options: [], |
| 263 | #end | 262 | #end |
| 264 | #end | 263 | #end |
| 265 | // 查询参数 | 264 | // 查询参数 |
-
请 注册 或 登录 后发表评论