新股修改的时间获取

This commit is contained in:
Achilles
2024-02-04 13:41:11 +08:00
parent 5fa22c8410
commit 8266094509

View File

@@ -199,7 +199,7 @@ public class Scraper {
.collect(Collectors.toList()); .collect(Collectors.toList());
listStockIpoList = listStockIpoList.stream() listStockIpoList = listStockIpoList.stream()
.filter(stockIpos -> !existingStockScIds.contains(stockIpos.getStockCode()))/*.filter(stockIpo -> StringUtils.isNotBlank(stockIpo.getStockName()))*/ .filter(stockIpos -> !existingStockScIds.contains(stockIpos.getStockCode())).filter(stockIpo -> StringUtils.isNotBlank(stockIpo.getStockName()))
.collect(Collectors.toList()); .collect(Collectors.toList());
//保存全部的新股 //保存全部的新股