mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 10:24:55 +08:00
Upate oracle
This commit is contained in:
@@ -27,7 +27,7 @@ namespace SqlSugar
|
||||
{
|
||||
return OffsetPage();
|
||||
}
|
||||
else if (this.Take==1&&this.Skip==0&&this.TranLock==null)
|
||||
else if (this.Take==1&&this.Skip==0&&this.TranLock==null&&this.OrderByValue!= "ORDER BY sysdate ")
|
||||
{
|
||||
return FirstSql();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user