From 91fda188928504a7ac07dc3b88e08b978e69f9fc Mon Sep 17 00:00:00 2001 From: zhangheng <3226558941@qq.com> Date: Wed, 6 Mar 2024 09:11:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=A7=91=E5=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/SysUserMapper.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/postdischarge-system/src/main/resources/mapper/system/SysUserMapper.xml b/postdischarge-system/src/main/resources/mapper/system/SysUserMapper.xml index ba35feca..da099230 100644 --- a/postdischarge-system/src/main/resources/mapper/system/SysUserMapper.xml +++ b/postdischarge-system/src/main/resources/mapper/system/SysUserMapper.xml @@ -264,8 +264,9 @@ update sys_user - set agency_id =#{agencyId}, - update_time = sysdate() + set agency_id =#{agencyId}, + department_id = #{departmentId}, + update_time = sysdate() where user_id = #{userId}