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);