user-server/src/main/java/com/yuanchu/limslaboratory/mapper/RoleManageMapper.java
@@ -32,6 +32,8 @@ int deleteRoleMenuByRoleId(Long id); List<RoleMenu>getRoleMenuByRoleId(@Param("roleId")Long roleId); RoleAndMenuDto selectAllRoleAndMenuByRoleId(Long roleId); List<Map<String, Object>> getUserListRole(); @@ -39,4 +41,8 @@ Map<String, Object>selctInterFaceType(String url); Map<String, Long> hasUrl(String type, String menuId, String roleId); List<Map<String, String>>getAllInterfaces(); int insertInterfaceList(@Param("interfaceList") List<Map<String, String>>interfaceList); }