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(); @@ -40,5 +42,7 @@ Map<String, Long> hasUrl(String type, String menuId, String roleId); List<Map<String, Object>>getAllInterfaces(); List<Map<String, String>>getAllInterfaces(); int insertInterfaceList(@Param("interfaceList") List<Map<String, String>>interfaceList); }