From 323ba8019bae2e892c2c9047694b00a5ded8f7ce Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Tue, 4 Sep 2018 23:03:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BD=93=E9=87=8D=E8=90=A5?= =?UTF-8?q?=E5=85=BB=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/lyms/platform/operate/web/controller/TestController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java index 6d9eb30..295478a 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java @@ -2179,7 +2179,7 @@ public class TestController extends BaseController { List dataMap = null; do { PatientServiceQuery patientServiceQuery = new PatientServiceQuery(); - patientServiceQuery.setSort(" create_date asc "); + patientServiceQuery.setSort(" b.create_date asc "); patientServiceQuery.setNeed("1"); patientServiceQuery.setPage(page); patientServiceQuery.setLimit(100); -- 1.8.3.1