update ipo

This commit is contained in:
vu-tran
2025-04-24 13:41:59 +07:00
parent f612b5128e
commit 8cf511f1b7

View File

@@ -267,6 +267,10 @@ public class Scraper {
existIpo.setExchangeType(stockIpo.getExchangeType());
}
stockIpo.setId(existIpo.getId());
if (existIpo.getStockPrice() != null){
stockIpo.setStockPrice(existIpo.getStockPrice());
stockIpo.setApply(existIpo.getApply());
}
}
}
// listStockIpoList = listStockIpoList.stream()