feat:权限v1

This commit is contained in:
xiang
2025-08-31 00:21:22 +08:00
parent a64923a794
commit f0582a11ab
10 changed files with 98 additions and 8 deletions

View File

@@ -38,5 +38,10 @@
</foreach>
</insert>
<select id="getByUserId" resultMap="BaseResultMap">
select <include refid="Base_Column_List"/>
from x_user_role
where user_id = #{userId}
</select>
</mapper>