mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-05-08 21:01:26 +08:00
update mp化
This commit is contained in:
@@ -15,12 +15,6 @@
|
||||
where user_id = #{userId}
|
||||
</delete>
|
||||
|
||||
<select id="countUserPostById" resultType="Integer">
|
||||
select count(1)
|
||||
from sys_user_post
|
||||
where post_id = #{postId}
|
||||
</select>
|
||||
|
||||
<delete id="deleteUserPost" parameterType="Long">
|
||||
delete from sys_user_post where user_id in
|
||||
<foreach collection="array" item="userId" open="(" separator="," close=")">
|
||||
|
||||
Reference in New Issue
Block a user