摘要: 一个包含List元素的HashMap参数赋给sqlMappublic int getCountById(String id, String title, List ids) throws Exception { Map paramMap=new HashMap(); paramMap.put("id", id); paramMap.put("title", title); paramMap.put("ids",ids); return (int) this.sqlMapClient.queryForObject("getCo 阅读全文
posted @ 2013-02-02 14:15 喔喔娜 阅读(238) 评论(0) 推荐(0)