fix(projects): 修复代码生成逻辑判断问题
This commit is contained in:
parent
7c6ca91ef2
commit
6fc7b11b18
2
docs/template/modules/operate-drawer.vue.vm
vendored
2
docs/template/modules/operate-drawer.vue.vm
vendored
@ -52,7 +52,7 @@ function createDefaultModel(): Model {
|
|||||||
return {
|
return {
|
||||||
#foreach($column in $columns)
|
#foreach($column in $columns)
|
||||||
#if($column.insert)
|
#if($column.insert)
|
||||||
${column.javaField}:#if($column.javaType == 'String' && $!column.dictType && $column.dictType == '') ''#else undefined#end#if($foreach.hasNext),#end
|
${column.javaField}:#if($column.javaType == 'String' || ($!column.dictType && $column.dictType != '')) ''#else undefined#end#if($foreach.hasNext),#end
|
||||||
#end
|
#end
|
||||||
#end
|
#end
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user