From 3dfef503c7f5151859839c3199e7f4b63ff50c0c Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: 星期二, 24 十二月 2024 13:05:11 +0800
Subject: [PATCH] 修改

---
 ruoyi-system/src/main/resources/mapper/system/SysUserInstitutionMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-system/src/main/resources/mapper/system/SysUserInstitutionMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysUserInstitutionMapper.xml
index f63b685..af30ec7 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SysUserInstitutionMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SysUserInstitutionMapper.xml
@@ -13,7 +13,7 @@
 		delete from sys_user_institution where user_id=#{userId}
 	</delete>
 	
-	<delete id="deleteUserInstitution" parameterType="Long">
+	<delete id="deleteUserInstitutions" parameterType="Long">
  		delete from sys_user_institution where user_id in
  		<foreach collection="array" item="userId" open="(" separator="," close=")">
  			#{userId}

--
Gitblit v1.9.2