Commit 6ac09523878e45b2d833c2d416716b4b64076f96

Authored by fangcheng
1 parent 19d599e645
Exists in master

排序

Showing 1 changed file with 1 additions and 0 deletions

parent/hospital.mac/src/main/java/com/lyms/hospital/service/history/impl/HistorySourceServiceImpl.java View file @ 6ac0952
... ... @@ -34,6 +34,7 @@
34 34 if(historyPatientType.length > 0){
35 35 ew.and("type={0}", "'"+historyPatientType[0]+"'");
36 36 }
  37 + ew.orderBy("itemorder");
37 38 dataList = selectList(ew);
38 39 return dataList;
39 40 }