mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Synchronization code
This commit is contained in:
parent
8b924588d0
commit
25480b0aaa
@ -57,7 +57,7 @@ namespace SqlSugar
|
||||
|
||||
private string OffsetPage()
|
||||
{
|
||||
var skip = this.Skip;
|
||||
var skip = this.Skip??1;
|
||||
var take = this.Take;
|
||||
this.Skip = null;
|
||||
this.Take = null;
|
||||
|
Loading…
Reference in New Issue
Block a user