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}