摘要: /** * 查询到多条数据, 封装到List<Map> */public List<Map<String, Object>> queryForMapList(String sql, Object... args) throws SQLException { PreparedStatement sta 阅读全文
posted @ 2020-09-18 18:34 骚哥 阅读(2193) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-09-18 08:54 骚哥 阅读(398) 评论(0) 推荐(0)