mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
Update nav query
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user