Upate oracle

This commit is contained in:
sunkaixuan
2025-10-28 11:13:48 +08:00
parent 33f457b72c
commit 6e8933cdf7

View File

@@ -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();
}