| | |
| | | String[] split = insSample.getFactory().split(" - "); |
| | | String tree = split[0] + " - " + split[1] + " - " + split[2] + " - " + split[3] + " - null"; |
| | | list = standardProductListMapper.selectDetail2(insSample.getStandardMethodListId(), 1, tree); |
| | | if (list.size()==0){ |
| | | String tree1 = split[0] + " - " + split[1] + " - " + split[2] + " - null - " + split[3] ; |
| | | list = standardProductListMapper.selectDetail2(insSample.getStandardMethodListId(), 1, tree1); |
| | | } |
| | | } |
| | | list = list.stream().filter(a -> { |
| | | try { |
| | |
| | | if (page == 1) { |
| | | Integer userId = getLook.selectPowerByMethodAndUserId(null).get("userId"); |
| | | CompletableFuture.supplyAsync(() -> { |
| | | System.out.println("开始开始开始开始!!!!!!!!!!"); |
| | | if (trees.length == 5) { |
| | | standardProductListMapper.delete(Wrappers.<StandardProductList>lambdaUpdate().eq(StandardProductList::getStandardMethodListId, id).eq(StandardProductList::getTree, tree)); |
| | | } else { |
| | |
| | | a.setStandardMethodListId(id); |
| | | return a; |
| | | }).collect(Collectors.toList())); |
| | | System.out.println("结束结束结束结束@@@@@@@@@@@@"); |
| | | return null; |
| | | }).thenAccept(res -> { |
| | | }).exceptionally(e -> { |