add 新增用户解绑个人桩接口

This commit is contained in:
Lemon
2023-07-12 16:31:09 +08:00
parent 318be441a4
commit 4715bea85a
7 changed files with 75 additions and 7 deletions

View File

@@ -85,5 +85,10 @@
</if>
</select>
<delete id="deleteRelationByIds">
delete from pile_member_relation where id in
<foreach item="id" collection="list" open="(" separator="," close=")">
#{id}
</foreach>
</delete>
</mapper>