From 8b0cd0fc1c629c4113ae8163bae620c51430a5a8 Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Fri, 13 Mar 2026 13:56:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(StandardDocumentMapper):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=9F=A5=E8=AF=A2=E8=AF=AD=E5=8F=A5=E4=B8=BB=E9=94=AE?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=9C=AA=E5=8A=A0=E5=BC=95=E5=8F=B7=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=88Oracle=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/base/StandardDocumentMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aucma-base/src/main/resources/mapper/base/StandardDocumentMapper.xml b/aucma-base/src/main/resources/mapper/base/StandardDocumentMapper.xml index 631961f..da308cc 100644 --- a/aucma-base/src/main/resources/mapper/base/StandardDocumentMapper.xml +++ b/aucma-base/src/main/resources/mapper/base/StandardDocumentMapper.xml @@ -41,7 +41,7 @@ and "product_name" like concat(concat('%', #{productName}), '%') and "status" = #{status} - order by obj_id desc + order by "obj_id" desc