!389 fix 修复 代码生成 前端添加或修改表单修改列生成问题
Merge pull request !389 from 丶Stone/5.X
This commit is contained in:
commit
34639a8943
@ -148,7 +148,7 @@
|
||||
<el-form ref="${businessName}FormRef" :model="form" :rules="rules" label-width="80px">
|
||||
#foreach($column in $columns)
|
||||
#set($field=$column.javaField)
|
||||
#if($column.insert && !$column.pk)
|
||||
#if(($column.insert || $column.edit) && !$column.pk)
|
||||
#set($parentheseIndex=$column.columnComment.indexOf("("))
|
||||
#if($parentheseIndex != -1)
|
||||
#set($comment=$column.columnComment.substring(0, $parentheseIndex))
|
||||
|
Loading…
x
Reference in New Issue
Block a user