Update nav query

This commit is contained in:
sunkaixuan
2023-06-06 18:03:25 +08:00
parent 70e9d8b287
commit 97499b40fb

View File

@@ -643,7 +643,7 @@ namespace SqlSugar
if (this.QueryBuilder.Includes != null)
{
var managers = (this.QueryBuilder.Includes as List<object>);
if (IsSelectNavQuery())
if (this.QueryBuilder.AppendNavInfo?.AppendProperties?.Any()==true)
{
if (result.HasValue())
{