feat: implement authority deletion functionality and related repository methods
This commit is contained in:
@@ -7,4 +7,10 @@
|
||||
FROM role_authority
|
||||
WHERE role_id = #{roleId}
|
||||
</delete>
|
||||
|
||||
<delete id="deleteByAuthorityId" parameterType="long">
|
||||
DELETE
|
||||
FROM role_authority
|
||||
WHERE authority_id = #{authorityId}
|
||||
</delete>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user