| | |
| | | import java.io.IOException; |
| | | import java.util.*; |
| | | import java.util.concurrent.CompletableFuture; |
| | | import java.util.stream.Collectors; |
| | | |
| | | /** |
| | | * @author Administrator |
| | |
| | | |
| | | @Override |
| | | public Map<String, List<?>> selectsStandardMethodByFLSSM(String tree) { |
| | | if (tree == null || tree.trim().isEmpty()) { |
| | | return Collections.emptyMap(); |
| | | } |
| | | String[] trees = tree.split(" - "); |
| | | Map<String, List<?>> map = new HashMap<>(); |
| | | String str = ""; |
| | |
| | | return map; |
| | | } |
| | | standardMethodLists.addAll(standardMethodMapper.selectStandardMethodListsByNull(str)); |
| | | map.put("standardMethodList", standardMethodLists); |
| | | List<StandardMethodList> collect = standardMethodLists.stream().distinct().collect(Collectors.toList()); |
| | | map.put("standardMethodList", collect); |
| | | return map; |
| | | } |
| | | |