...
|
...
|
@@ -73,6 +73,7 @@ func (tableService *TableService) FieldOptionalValues(ctx *domain.Context, cmd * |
|
|
if c.Field != nil && c.Field.SQLName == "" {
|
|
|
if v, ok := table.MatchField(c.Field); ok {
|
|
|
cmd.Where.Conditions[i].Field.SQLName = v.SQLName
|
|
|
cmd.Where.Conditions[i].Field.SQLType = v.SQLType
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|