From a17ebd7b0277277727446d351be07d45d540ce36 Mon Sep 17 00:00:00 2001 From: lihuilin Date: Fri, 15 Aug 2025 18:37:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E9=BB=98=E8=AE=A4=E6=8C=89?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=B6=E9=97=B4=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/AuditMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/AuditMapper.xml b/src/main/resources/mapper/AuditMapper.xml index a235ad9..95165ea 100644 --- a/src/main/resources/mapper/AuditMapper.xml +++ b/src/main/resources/mapper/AuditMapper.xml @@ -96,7 +96,7 @@ ORDER BY ${rechargeAudit.sortField} ${rechargeAudit.sortOrder} - ORDER BY create_time DESC + ORDER BY update_time DESC @@ -154,7 +154,7 @@ ORDER BY ${refundAudit.sortField} ${refundAudit.sortOrder} - ORDER BY create_time DESC + ORDER BY update_time DESC