mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
add 新增用户解绑个人桩接口
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user