xiaoyong931011
2022-07-05 9035f78fbcd60c452b5e37e5687813c35e9c4ff2
src/main/java/com/xcong/farmer/cms/modules/system/mapper/MenuMapper.java
@@ -19,4 +19,8 @@
    List<AdminMenuVo> selectAdminMenuVoInListByParentId(@Param("parentId")Long parentIdDefault);
    MenuEntity selectMenuEntityByIdAndParentId(@Param("menuId")Long menuId, @Param("parentId")Long parentidDefault);
    List<AdminUserMenuVo> selectAdminUserMenuVoOrderByOrderNum(@Param("list") List<Long> menuIds);
    List<AdminMenuVo> selectAdminMenuVoOrderByOrderNum(@Param("list") List<Long> menuIds);
}