mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update nav query
This commit is contained in:
@@ -178,6 +178,7 @@ namespace SqlSugar
|
||||
}
|
||||
queryable
|
||||
.AS(tableName)
|
||||
.Take(1)
|
||||
.ClearFilter(clearTypes)
|
||||
.Filter(type)
|
||||
.WhereIF(Navigat.WhereSql.HasValue(), Navigat.WhereSql)
|
||||
|
Reference in New Issue
Block a user