From 467877345177fdad2fe439dc47502ea4eb553352 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Fri, 11 Apr 2025 13:29:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E7=94=A8=E6=88=B7=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=9B=B4=E6=96=B0=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/SysUserMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bonus-modules/bonus-system/src/main/resources/mapper/system/SysUserMapper.xml b/bonus-modules/bonus-system/src/main/resources/mapper/system/SysUserMapper.xml index e57c932..734ff41 100644 --- a/bonus-modules/bonus-system/src/main/resources/mapper/system/SysUserMapper.xml +++ b/bonus-modules/bonus-system/src/main/resources/mapper/system/SysUserMapper.xml @@ -276,7 +276,7 @@ approval_status, is_permanent, is_built_in, - create_time + create_time, update_time )values( #{userId}, #{deptId}, @@ -294,7 +294,7 @@ #{approvalStatus}, #{isPermanent}, #{isBuiltIn}, - sysdate() + sysdate(), sysdate() )