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