Commit c5b6140aae7fd34a636d6b122369816ec942885f
1 parent
4ecfad73ed
Exists in
master
and in
8 other branches
code update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
c5b6140
... | ... | @@ -1196,7 +1196,7 @@ |
1196 | 1196 | countSql += " AND A.DOCTOR_NO = "+doctorNo; |
1197 | 1197 | } |
1198 | 1198 | |
1199 | - sql+=" ) A WHERE ROWNUM <= "+end+" ) WHERE RN >= "+start; | |
1199 | + sql+=" ) A WHERE ROWNUM <= "+end+" ) WHERE RN >= "+start + " order by A.EXAMINE_DATE DESC"; | |
1200 | 1200 | |
1201 | 1201 | System.out.print(sql); |
1202 | 1202 | logger.info(sql); |