From 213bd603709926013857c5ad7406663772a122d3 Mon Sep 17 00:00:00 2001
From: zqy <2522236926@qq.com>
Date: 星期六, 02 八月 2025 00:26:02 +0800
Subject: [PATCH] 修改bug
---
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
index 95dc3a5..5911126 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -251,7 +251,8 @@
<if test="loginDate != null">login_date = #{loginDate},</if>
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
<if test="remark != null">remark = #{remark},</if>
- update_time = sysdate()
+ <if test="paid != null and paid != ''">paid = #{paid},</if>
+ update_time = sysdate()
</set>
where user_id = #{userId}
</update>
--
Gitblit v1.9.1