返回数据

This commit is contained in:
GYJ
2025-01-03 21:00:47 +08:00
parent 4ab8f837d5
commit 404e7b663b
10 changed files with 27 additions and 19 deletions

View File

@@ -10,7 +10,7 @@
</foreach>
</delete>
<select id="queryRoleIdList" resultType="long">
<select id="queryRoleIdList" resultType="string">
select role_id from sys_user_role where user_id = #{value}
</select>
</mapper>
</mapper>