Update dm

This commit is contained in:
sunkaixuan 2022-12-11 19:34:35 +08:00
parent 669cfa235c
commit 9477fbe7c2

View File

@ -41,7 +41,7 @@ namespace SqlSugar
{
get
{
if (this.Context.CurrentConnectionConfig.MoreSettings == null)
if (this.SugarContext?.Context?.Context?.CurrentConnectionConfig?.MoreSettings==null)
{
return true;
}