From f8caea6e452c0c9c6c7334fb940676b6917d0314 Mon Sep 17 00:00:00 2001 From: ccsens_zhengzhichuan Date: Sat, 14 Mar 2026 12:09:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E6=82=A3?= =?UTF-8?q?=E8=80=85=E5=88=97=E8=A1=A8=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/dao/PmsPatientDao.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ruisi_java/ruisi-web-client/src/main/resources/mapper/dao/PmsPatientDao.xml b/ruisi_java/ruisi-web-client/src/main/resources/mapper/dao/PmsPatientDao.xml index 594c517..c13d974 100644 --- a/ruisi_java/ruisi-web-client/src/main/resources/mapper/dao/PmsPatientDao.xml +++ b/ruisi_java/ruisi-web-client/src/main/resources/mapper/dao/PmsPatientDao.xml @@ -186,6 +186,7 @@ GROUP BY pp.id ) a + group by a.patientId ORDER BY a.createTime DESC