From 73b3a0b22864fecfbd7bee950418388d044793b9 Mon Sep 17 00:00:00 2001 From: lijianlin Date: Tue, 26 Aug 2025 14:06:37 +0800 Subject: [PATCH] =?UTF-8?q?8-26=20=E5=AE=A1=E6=A0=B8=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E6=97=B6=E9=97=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-test.yml | 4 ++-- src/main/resources/mapper/AuditMapper.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index ed6dd19..4b1a94f 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -78,9 +78,9 @@ spring: data: redis: database: 0 - host: localhost + host: 54.255.212.181 port: 6379 - password: 123456 + password: Ngc0FYUTA6h3wC5J lettuce: pool: diff --git a/src/main/resources/mapper/AuditMapper.xml b/src/main/resources/mapper/AuditMapper.xml index 9972d27..461f694 100644 --- a/src/main/resources/mapper/AuditMapper.xml +++ b/src/main/resources/mapper/AuditMapper.xml @@ -45,7 +45,7 @@ select * from user_gold_record where order_code = #{orderCode} and audit_status = 0 and flag=1 - ORDER BY audit_time DESC + ORDER BY create_time DESC limit 1 @@ -175,7 +175,7 @@