优化配置组织

This commit is contained in:
2024-05-01 22:37:51 +08:00
parent dcf3307726
commit 5e15a7ffc8
2 changed files with 1 additions and 2 deletions

View File

@ -210,7 +210,6 @@ func handleSlice(inputValue interface{}, rule *define.FieldRule) ([]any, error)
rule.SliceConfig = &define.SliceConfig{
Mode: consts.DataSliceModelMarshal,
DisableIgnoreEmpty: false,
DisableAutoConvert: false,
SplitChar: "",
}
} else {