mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 优化 WhereDynamicFilter;
This commit is contained in:
@ -208,6 +208,11 @@ namespace base_entity
|
||||
""Operator"" : ""Range"",
|
||||
""Value"" : [""101"",""202""]
|
||||
},
|
||||
{
|
||||
""Field"" : ""testint"",
|
||||
""Operator"" : ""contains"",
|
||||
""Value"" : ""123""
|
||||
},
|
||||
]
|
||||
}
|
||||
");
|
||||
|
Reference in New Issue
Block a user