huliguo
10 天以前 e3a2245265516fef78b4737d6fffc939e7c5e0af
pt-system/src/main/java/com/ruoyi/system/mapper/SysUserRoleMapper.java
@@ -65,4 +65,6 @@
    void insert(@Param("userId")Long userId, @Param("roleId")Long roleId);
    SysRole selectRoleByUserId(@Param("userId")Long userId);
    List<SysUserRole> selectUserIdByRoleId(@Param("roleId")Long roleId);
}