08 2017 档案

摘要:1. findByIds(List ids) 1. 当查询的参数只有一个时 findByIds(List<Long> ids) 如果参数的类型是List, 则在使用时,collection属性要必须指定为 list <select id="findByIdsMap" resultMap="BaseR 阅读全文
posted @ 2017-08-26 09:35 qwer78 阅读(42) 评论(0) 推荐(0)
摘要:直接贴代码: 1. @RequestMapping(value = "/list", method = RequestMethod.POST) public JsonResult list() { List<Permit> list = permitService.getList(); Collec 阅读全文
posted @ 2017-08-03 15:26 qwer78 阅读(47) 评论(0) 推荐(0)