From d2f6c7b5d6d1df360e4a3e19132b6bc7157cac4d Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Thu, 5 Jun 2025 09:58:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E7=94=A8=E6=88=B7=E7=94=9F?= =?UTF-8?q?=E6=95=88=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/system/SysUserMapper.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 a791eb9..b5339b7 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 @@ -292,8 +292,8 @@ approval_status, is_permanent, is_built_in, - effective_start_day, - effective_end_day, + effective_start_day, + effective_end_day, create_time, update_time )values( #{userId}, @@ -314,8 +314,8 @@ #{approvalStatus}, #{isPermanent}, #{isBuiltIn}, - #{effectiveStartDay}, - #{effectiveEndDay}, + #{effectiveStartDay}, + #{effectiveEndDay}, sysdate(), sysdate() ) @@ -342,8 +342,8 @@ login_type = #{loginType}, is_permanent = #{isPermanent}, is_built_in = #{isBuiltIn}, - effective_start_day = #{effectiveStartDay}, - effective_end_day = #{effectiveEndDay}, + effective_start_day = #{effectiveStartDay}, + effective_end_day = #{effectiveEndDay}, update_time = sysdate() where user_id = #{userId}