spring JDBC 返回list<map>集合

List<Map<String,Object>> queryForList = this.getNamedParameterJdbcTemplate().queryForList(sb.toString(), args);

原文地址:https://www.cnblogs.com/lxk233/p/10607350.html