Commit ba5f24998805d1984f2bc4f7a5ee08a74b8f1e9a
1 parent
4b4ee139bd
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AreaCountFacade.java
View file @
ba5f249
... | ... | @@ -1380,6 +1380,10 @@ |
1380 | 1380 | } |
1381 | 1381 | sql+=") A WHERE ROWNUM <= " + end + " ) WHERE RN >= " + start; |
1382 | 1382 | |
1383 | + | |
1384 | + System.out.println("getCheckPointBuildDetail sql===== "+ sql); | |
1385 | + System.out.println("getCheckPointBuildDetail coutsql===== "+ countSql); | |
1386 | + | |
1383 | 1387 | int count = 0; |
1384 | 1388 | Object totalCountObj = JdbcUtil.getOralceSingleObjBySql(DRIVER, JDBC, NAME, PWD, countSql); |
1385 | 1389 | if (totalCountObj != null) |