From a110d97b16767cc5dee099153c75120e56140002 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Mon, 3 Mar 2025 19:41:56 +0800 Subject: [PATCH] =?UTF-8?q?sysUser=E5=A2=9E=E5=8A=A0=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/system/SysUserMapper.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 e311425..1b25866 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 @@ -293,6 +293,12 @@ approval_status, is_permanent, is_built_in, + cust_id, + cust_num, + area_id, + psn_type, + psn_type_name, + is_customer, create_time )values( #{userId}, @@ -311,6 +317,12 @@ #{approvalStatus}, #{isPermanent}, #{isBuiltIn}, + #{custId}, + #{custNum}, + #{areaId}, + #{psnType}, + #{psnTypeName}, + #{isCustomer}, sysdate() ) @@ -334,6 +346,12 @@ login_type = #{loginType}, is_permanent = #{isPermanent}, is_built_in = #{isBuiltIn}, + cust_id = #{custId}, + cust_num = #{custNum}, + area_id = #{areaId}, + psn_type = #{psnType}, + psn_type_name = #{psnTypeName}, + is_customer = #{isCustomer}, update_time = sysdate() where user_id = #{userId}