mybatis 查询结果直接返回map
xml代码: <select id="findMenuListByRole" resultType="java.util.Map" parameterType="java.util.List"> select r.`name` as roleName,GROUP_CONCAT(distinct(m.`name`) SEPARATOR '...
xml代码: <select id="findMenuListByRole" resultType="java.util.Map" parameterType="java.util.List"> select r.`name` as roleName,GROUP_CONCAT(distinct(m.`name`) SEPARATOR '...