feat:行情
This commit is contained in:
@@ -47,7 +47,7 @@ public class CommonApis {
|
||||
public Map<String, StockVO> stockDetailMap(List<StockCode> code) {
|
||||
Function<StockSource, List<StockCode>> func = (source) -> {
|
||||
return code.stream()
|
||||
.filter(val -> val != null && source == val.getSource())
|
||||
// .filter(val -> val != null && source == val.getSource())
|
||||
.collect(Collectors.collectingAndThen(Collectors.toCollection(() -> new TreeSet<>(Comparator.comparing(StockCode::getCode))), ArrayList::new));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user