- 优化 WhereDynamicFilter;

This commit is contained in:
2881099
2021-02-05 11:06:44 +08:00
parent 6ab2f3922f
commit 53669da86e
3 changed files with 57 additions and 0 deletions

View File

@ -208,6 +208,11 @@ namespace base_entity
""Operator"" : ""Range"",
""Value"" : [""101"",""202""]
},
{
""Field"" : ""testint"",
""Operator"" : ""contains"",
""Value"" : ""123""
},
]
}
");