提交 5ded2569 authored 作者: RuoYi's avatar RuoYi

修复代码生成如果选择字典类型缺失逗号问题

上级 48509d64
...@@ -227,8 +227,7 @@ export default { ...@@ -227,8 +227,7 @@ export default {
#end #end
#if(${column.dictType} != '') #if(${column.dictType} != '')
// $comment字典 // $comment字典
${column.javaField}Options: []#if($velocityCount != $columns.size()),#end ${column.javaField}Options: [],
#end #end
#end #end
// 查询参数 // 查询参数
......
...@@ -258,8 +258,7 @@ export default { ...@@ -258,8 +258,7 @@ export default {
#end #end
#if(${column.dictType} != '') #if(${column.dictType} != '')
// $comment字典 // $comment字典
${column.javaField}Options: []#if($velocityCount != $columns.size()),#end ${column.javaField}Options: [],
#end #end
#end #end
// 查询参数 // 查询参数
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论