mybatis:返回List Map 海文思密达 2020-08-29 1,774 阅读1分钟 List<Map<String, String>> getMtypeList(); <select id="getMtypeList" resultType="java.util.HashMap"> select code,`name` from jk_control_measure </select>