- 增加 DynamicFilter Custom 自定义解析;

This commit is contained in:
2881099
2021-12-09 00:21:20 +08:00
parent 59f14fcd13
commit 8a83fea60a
6 changed files with 155 additions and 15 deletions

View File

@ -40,7 +40,7 @@ namespace FreeSql
{
_dbsetPriv?.Dispose();
_dbPriv?.Dispose();
this.DataFilter.Dispose();
this.DataFilter?.Dispose();
}
finally
{