正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -176,7 +176,7 @@ func (tableService *TableService) GenerateBusinessTable(ctx *domain.Context, cmd | @@ -176,7 +176,7 @@ func (tableService *TableService) GenerateBusinessTable(ctx *domain.Context, cmd | ||
| 176 | hasPkField = true | 176 | hasPkField = true |
| 177 | continue | 177 | continue |
| 178 | } | 178 | } |
| 179 | - var filedName = "" | 179 | + var filedName = f.FieldZhName |
| 180 | if cmd.ShowTableFieldNameBy == 0 { | 180 | if cmd.ShowTableFieldNameBy == 0 { |
| 181 | filedName = f.FieldEnName | 181 | filedName = f.FieldEnName |
| 182 | } | 182 | } |
-
请 注册 或 登录 后发表评论