From 488b5d87a63f8f4068f1379cfe91b96949b985ad Mon Sep 17 00:00:00 2001 From: zzc Date: Thu, 24 Apr 2025 17:09:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=AF=8A=E7=96=97=E6=A1=A3=E6=A1=88?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=8E=92=E5=BA=8F=E6=94=B9=E4=B8=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=97=B6=E9=97=B4=E5=80=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/dao/PmsTreatmentDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acupuncture-system/src/main/resources/mapper/dao/PmsTreatmentDao.xml b/acupuncture-system/src/main/resources/mapper/dao/PmsTreatmentDao.xml index d505da5c..3e32fb40 100644 --- a/acupuncture-system/src/main/resources/mapper/dao/PmsTreatmentDao.xml +++ b/acupuncture-system/src/main/resources/mapper/dao/PmsTreatmentDao.xml @@ -69,7 +69,7 @@ AND name = #{query.name} - order by create_time desc + order by update_time desc