mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 18:45:06 +08:00
修复代码生成如果选择字典类型缺失逗号问题
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
|
||||
// 查询参数
|
||||
|
Reference in New Issue
Block a user