修复代码生成如果选择字典类型缺失逗号问题
This commit is contained in:
		| @@ -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 | ||||
|       // 查询参数 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user