From c95db43c0b34826ed4b7c71d310cb0db7e2e1e11 Mon Sep 17 00:00:00 2001 From: yinhuaiwei Date: Wed, 15 Apr 2026 14:16:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=98=88=E5=80=BC?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=9F=A5=E7=9C=8B=E5=8E=86=E5=8F=B2=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=8E=A5=E5=8F=A3=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/threshold/BasedataThresholdModificationMapper.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inspect-metadata/src/main/resources/mapper/threshold/BasedataThresholdModificationMapper.xml b/inspect-metadata/src/main/resources/mapper/threshold/BasedataThresholdModificationMapper.xml index abc4732..a3bbfbc 100644 --- a/inspect-metadata/src/main/resources/mapper/threshold/BasedataThresholdModificationMapper.xml +++ b/inspect-metadata/src/main/resources/mapper/threshold/BasedataThresholdModificationMapper.xml @@ -55,9 +55,8 @@ and lower_value = #{lowerValue} and upper_value = #{upperValue} - ORDER BY alg_subtype_name,create_time DESC - + ORDER BY alg_subtype_name,create_time DESC