From 7d66a5bd842a9a223106ce36f640d218c89f9555 Mon Sep 17 00:00:00 2001
From: Charles7c <charles7c@126.com>
Date: 星期五, 16 九月 2022 09:06:07 +0800
Subject: [PATCH] 升级:升级sa-token到最新版1.31.0

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

diff --git a/ruoyi-system/src/main/resources/mapper/system/SysUserPostMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysUserPostMapper.xml
index c893dcf..0ff9265 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SysUserPostMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SysUserPostMapper.xml
@@ -9,24 +9,4 @@
         <result property="postId" column="post_id"/>
     </resultMap>
 
-    <delete id="deleteUserPostByUserId" parameterType="Long">
-        delete
-        from sys_user_post
-        where user_id = #{userId}
-    </delete>
-
-    <delete id="deleteUserPost" parameterType="Long">
-        delete from sys_user_post where user_id in
-        <foreach collection="array" item="userId" open="(" separator="," close=")">
-            #{userId}
-        </foreach>
-    </delete>
-
-    <insert id="batchUserPost">
-        insert into sys_user_post(user_id, post_id) values
-        <foreach item="item" index="index" collection="list" separator=",">
-            (#{item.userId},#{item.postId})
-        </foreach>
-    </insert>
-
-</mapper> 
\ No newline at end of file
+</mapper>

--
Gitblit v1.9.3