feat: implement authority deletion functionality and related repository methods

This commit is contained in:
siujamo
2026-03-23 15:39:44 +08:00
parent aebb693ee7
commit 69e3f84bec
9 changed files with 66 additions and 6 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
</if>
</select>
<select id="count" parameterType="com.onixbyte.helix.domain.database.query.wrapper.QueryRoleWrapper">
<select id="count" parameterType="com.onixbyte.helix.domain.database.query.wrapper.QueryRoleWrapper" resultType="int">
SELECT COUNT(*)
FROM role
<where>