新股修改的时间获取
This commit is contained in:
@@ -199,7 +199,7 @@ public class Scraper {
|
||||
.collect(Collectors.toList());
|
||||
|
||||
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());
|
||||
|
||||
//保存全部的新股
|
||||
|
||||
Reference in New Issue
Block a user