摘要: /** * 分页按条件查询权限列表 * @param keywords * @return */ @RequestMapping(value = "/getByCondition2", method = { RequestMethod.GET, RequestMethod.POST }) public @Respon... 阅读全文
posted @ 2017-04-19 19:54 Alamps 阅读(1130) 评论(0) 推荐(0) 编辑
摘要: public static List CollStringToIntegerLst(List inList){ List iList =new ArrayList(inList.size()); CollectionUtils.collect(inList, new Transformer(){ ... 阅读全文
posted @ 2017-04-19 17:25 Alamps 阅读(1838) 评论(0) 推荐(0) 编辑