From 5362ee33c8684235acd93d989fc379d658bacca9 Mon Sep 17 00:00:00 2001 From: lijianlin Date: Wed, 9 Jul 2025 17:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=AC=BE=E9=80=9A=E8=BF=87bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/AuditMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/AuditMapper.xml b/src/main/resources/mapper/AuditMapper.xml index 14b665a..15c40ea 100644 --- a/src/main/resources/mapper/AuditMapper.xml +++ b/src/main/resources/mapper/AuditMapper.xml @@ -8,7 +8,7 @@ audit_status = #{auditStatus}, reject_reason = #{rejectReason}, audit_time = #{auditTime} - where order_code = #{orderCode} + where order_code = #{orderCode} and audit_status = 0 order by create_time DESC limit 1