From 6ac09523878e45b2d833c2d416716b4b64076f96 Mon Sep 17 00:00:00 2001 From: fangcheng Date: Thu, 30 Mar 2017 16:23:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/lyms/hospital/service/history/impl/HistorySourceServiceImpl.java | 1 + 1 file changed, 1 insertion(+) 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; } -- 1.8.3.1