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}