diff --git a/parent/hospital.mac/src/main/java/com/lyms/hospital/service/history/impl/HistorySourceServiceImpl.java b/parent/hospital.mac/src/main/java/com/lyms/hospital/service/history/impl/HistorySourceServiceImpl.java index b030ed9..1a51372 100644 --- a/parent/hospital.mac/src/main/java/com/lyms/hospital/service/history/impl/HistorySourceServiceImpl.java +++ b/parent/hospital.mac/src/main/java/com/lyms/hospital/service/history/impl/HistorySourceServiceImpl.java @@ -34,6 +34,7 @@ public class HistorySourceServiceImpl extends ServiceImpl 0){ ew.and("type={0}", "'"+historyPatientType[0]+"'"); } + ew.orderBy("itemorder"); dataList = selectList(ew); return dataList; }