该文被密码保护。 阅读全文
posted @ 2019-10-30 14:15 一千零一夜 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-10-30 14:01 一千零一夜 阅读(1) 评论(0) 推荐(0) 编辑
摘要: @Resource DockingAccount dockingAccount; public <T> void convertVOName(List<T> list, String getIdFile, String setNameFile) { if (CollectionUtil.isNotEmpty(list)) { String getIdFileStr = "get" + getIdF 阅读全文
posted @ 2019-10-30 13:59 一千零一夜 阅读(440) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-10-30 13:56 一千零一夜 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-10-30 13:54 一千零一夜 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-10-30 13:50 一千零一夜 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-10-30 13:49 一千零一夜 阅读(2) 评论(0) 推荐(0) 编辑
摘要: private List getNode(List list, String parentId) { List nodes = list.stream().filter(w -> w.getParentId().equals(parentId)).collect(Collectors.toList()); for (MenuVO item : nodes) { ... 阅读全文
posted @ 2019-10-30 13:42 一千零一夜 阅读(564) 评论(0) 推荐(0) 编辑