From 5157323c47e7b5ec2a83e02235e04ebda44fbfb1 Mon Sep 17 00:00:00 2001 From: lijianlin Date: Wed, 19 Nov 2025 14:46:04 +0800 Subject: [PATCH] =?UTF-8?q?11-19=E6=89=BE=E5=9B=9EauditMapper=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/AuditMapper.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/main/resources/mapper/AuditMapper.xml b/src/main/resources/mapper/AuditMapper.xml index 07ef448..6adbe84 100644 --- a/src/main/resources/mapper/AuditMapper.xml +++ b/src/main/resources/mapper/AuditMapper.xml @@ -187,4 +187,24 @@ update user set first_recharge = now() where jwcode = #{jwcode} and first_recharge is null + + + + + + + + \ No newline at end of file