From aa84098d50a874903f1a76295dcc7e273bd93284 Mon Sep 17 00:00:00 2001 From: lijianlin Date: Sat, 10 Jan 2026 18:46:47 +0800 Subject: [PATCH] =?UTF-8?q?01-10=20=E5=AE=A1=E6=A0=B8=E4=B8=8D=E8=AF=A5?= =?UTF-8?q?=E7=8A=B6=E6=80=81bug=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 4bb38d6..9db578c 100644 --- a/src/main/resources/mapper/AuditMapper.xml +++ b/src/main/resources/mapper/AuditMapper.xml @@ -8,7 +8,7 @@ red_diff = #{redDiff}, reject_reason = #{rejectReason}, audit_time = #{auditTime} - where order_code = #{orderCode} and audit_status in (1,4) + where order_code = #{orderCode} and audit_status in (0,4) order by create_time DESC limit 1