mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update Oracle bug
This commit is contained in:
parent
700559df84
commit
8b924588d0
@ -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