From 64f7ccb9ef8b5a0618e65cddc14b981c1f108ba3 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期一, 04 十一月 2024 09:01:59 +0800 Subject: [PATCH] 代码提交 --- xinquan-modules/xinquan-system/src/main/resources/mapper/system/SysUserPostMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/xinquan-modules/xinquan-system/src/main/resources/mapper/system/SysUserPostMapper.xml b/xinquan-modules/xinquan-system/src/main/resources/mapper/system/SysUserPostMapper.xml index c7f78b2..7593731 100644 --- a/xinquan-modules/xinquan-system/src/main/resources/mapper/system/SysUserPostMapper.xml +++ b/xinquan-modules/xinquan-system/src/main/resources/mapper/system/SysUserPostMapper.xml @@ -12,6 +12,9 @@ <delete id="deleteUserPostByUserId" parameterType="Long"> delete from sys_user_post where user_id=#{userId} </delete> + <delete id="deleteUserDeptByUserId" parameterType="Long"> + delete from sys_user_dept where user_id=#{userId} + </delete> <select id="countUserPostById" resultType="Integer"> select count(1) from sys_user_post where post_id=#{postId} -- Gitblit v1.7.1