(root)/ – Rev 37275
Rev 37274 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 37275 2026-08-10 11:35:10
- Author: amit
- Log message:
- Add ModelHotDeal window-boundary and active catalog-id lookups
r37268 committed the ModelHotDealServiceImpl call to
selectWindowBoundaryCatalogIds but not the repository declaration or
implementation, breaking the trunk build with 'cannot find symbol'.
Adds both methods:
- selectWindowBoundaryCatalogIds(today): catalog ids whose deal window opens
today or closed yesterday, i.e. the models whose hot_deal_b flips at
midnight and need a Solr re-index.
- selectActiveCatalogIds(today): catalog ids with a deal live on the given
date, the Solr hot_deal_b source (caller in FofoSolr still pending).