2.0.1 版本发布准备

This commit is contained in:
YunaiV
2024-02-17 22:38:38 +08:00
parent edd2cef835
commit f71a3b7dc0
27 changed files with 503 additions and 62 deletions

View File

@@ -151,7 +151,7 @@ public class QueryWrapperX<T> extends QueryWrapper<T> {
switch (SqlConstants.DB_TYPE) {
case ORACLE:
case ORACLE_12C:
super.eq("ROWNUM", n);
super.le("ROWNUM", n);
break;
case SQL_SERVER:
case SQL_SERVER2005: