Skip to content

Commit

Permalink
代码生成编辑json字段
Browse files Browse the repository at this point in the history
  • Loading branch information
tiger1103 committed Nov 2, 2021
1 parent b187822 commit a0e5ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/system/service/tools_gen_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ func (s *toolsGenTable) SaveEdit(req *dao.ToolsGenTableEditReq) (err error) {
dbColumn.ColumnComment = column.ColumnComment
dbColumn.GoType = column.GoType
dbColumn.HtmlType = column.HtmlType
dbColumn.HtmlField = column.HtmlField
dbColumn.QueryType = column.QueryType
dbColumn.GoField = column.GoField
dbColumn.DictType = column.DictType
Expand Down

0 comments on commit a0e5ec0

Please sign in to comment.