mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update Sqlserver
This commit is contained in:
parent
089288bb1a
commit
31e4a63669
@ -35,7 +35,7 @@ namespace SqlSugar
|
||||
}
|
||||
Take = oldTake;
|
||||
Skip = oldSkip;
|
||||
result =this.Context.SqlQueryable<object>(result).Skip(Skip.Value).Take(Take.Value).ToSql().Key;
|
||||
result =this.Context.SqlQueryable<object>(result).Skip(Skip??0).Take(Take??0).ToSql().Key;
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user