From 1c9d71f22198be9805275ed316f59b8a14a1f0fd Mon Sep 17 00:00:00 2001 From: zch Date: Fri, 15 May 2026 14:11:00 +0800 Subject: [PATCH] =?UTF-8?q?change:=20=E5=AE=89=E7=81=AF=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=8C=89=E4=B8=BB=E9=94=AE=E5=80=92=E5=BA=8F?= =?UTF-8?q?=E6=8E=92=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/production/AndonEventLogMapper.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aucma-production/src/main/resources/mapper/production/AndonEventLogMapper.xml b/aucma-production/src/main/resources/mapper/production/AndonEventLogMapper.xml index 9516960..36c1aee 100644 --- a/aucma-production/src/main/resources/mapper/production/AndonEventLogMapper.xml +++ b/aucma-production/src/main/resources/mapper/production/AndonEventLogMapper.xml @@ -33,6 +33,8 @@ and operator_user_name like concat(concat('%', #{operatorUserName}), '%') and operation_time = #{operationTime} + + order by log_id desc