Merge branch 'develop' into 'main'

update ipo

See merge request india/india_market_java!58
This commit is contained in:
mush_ball
2025-04-24 10:01:09 +00:00

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()