用户科室

This commit is contained in:
zhangheng 2024-03-06 09:11:10 +08:00
parent cc0d42c080
commit 91fda18892

View File

@ -265,6 +265,7 @@
<update id="updateUserAgency" parameterType="SysUser">
update sys_user
set agency_id =#{agencyId},
department_id = #{departmentId},
update_time = sysdate()
where user_id = #{userId}
</update>