From 37af50a6bf40f6bc8bb391bf6cc53532e188e439 Mon Sep 17 00:00:00 2001 From: wu Date: Wed, 8 May 2024 10:12:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9F=A5=E8=AF=A2=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/yingji/AlarmMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/mapper/yingji/AlarmMapper.xml b/src/main/resources/mapper/yingji/AlarmMapper.xml index 9d30dd2..d557995 100644 --- a/src/main/resources/mapper/yingji/AlarmMapper.xml +++ b/src/main/resources/mapper/yingji/AlarmMapper.xml @@ -42,6 +42,7 @@ and ai_num <= #{req.aiNumMax} + order by update_time desc \ No newline at end of file