作者 yangfu

业务表同步

@@ -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 }