修复代码生成如果选择字典类型缺失逗号问题
This commit is contained in:
parent
48509d6488
commit
5ded2569d0
|
@ -227,8 +227,7 @@ export default {
|
|||
#end
|
||||
#if(${column.dictType} != '')
|
||||
// $comment字典
|
||||
${column.javaField}Options: []#if($velocityCount != $columns.size()),#end
|
||||
|
||||
${column.javaField}Options: [],
|
||||
#end
|
||||
#end
|
||||
// 查询参数
|
||||
|
|
|
@ -258,8 +258,7 @@ export default {
|
|||
#end
|
||||
#if(${column.dictType} != '')
|
||||
// $comment字典
|
||||
${column.javaField}Options: []#if($velocityCount != $columns.size()),#end
|
||||
|
||||
${column.javaField}Options: [],
|
||||
#end
|
||||
#end
|
||||
// 查询参数
|
||||
|
|
Loading…
Reference in New Issue