medicalWaste-system/src/main/resources/mapper/system/SysMenuMapper.xml
@@ -244,4 +244,23 @@ #{id} </foreach> </select> <select id="selectList" resultType="com.sinata.common.core.domain.entity.SysMenu"> select menu_id AS menuId, menu_name AS menuName, parent_id AS parentId, order_num AS orderNum, `path` AS path, component AS component, `query` AS query, is_frame AS isFrame, is_cache AS isCache, menu_type AS menuType, visible AS visible, STATUS AS STATUS, IFNULL(perms, '') AS perms, icon AS icon, create_time AS createTime from sys_menu </select> </mapper>