rsf-server/src/main/java/com/vincent/rsf/server/manager/service/impl/WaveServiceImpl.java
@@ -139,10 +139,7 @@ Double[] doubles = locItems.stream().map(LocItem::getAnfme).toArray(Double[]::new); List<Double> result = OptimalAlgorithmUtil.findBestCombination(doubles, waveItem.getAnfme()); String locs = JSONArray.toJSONString(new ArrayList<>()); if (!locItems.isEmpty()) { List<String> codes = locItems.stream().map(LocItem::getLocCode).collect(Collectors.toList()); locs = JSONArray.toJSONString(codes);