Subversion Repositories SmartDukaan

Rev

Rev 32003 | Rev 32005 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32003 Rev 32004
Line 988... Line 988...
988
 
988
 
989
    @Autowired
989
    @Autowired
990
    BrandRegionMappingRepository brandRegionMappingRepository;
990
    BrandRegionMappingRepository brandRegionMappingRepository;
991
 
991
 
992
    public void test() throws Exception {
992
    public void test() throws Exception {
-
 
993
        partnerTypeChangeService.getTypeOnDate(175139287, LocalDate.of(2023,02, 01));
-
 
994
        partnerTypeChangeService.getTypeOnDate(175139287, LocalDate.of(2023,03, 01));
993
        partnerTypeChangeService.getTypeOnDate(175139287, LocalDate.of(2023,04, 01));
995
        partnerTypeChangeService.getTypeOnDate(175139287, LocalDate.of(2023,04, 01));
994
        FofoStore fs = fofoStoreRepository.selectByRetailerId(175139287);
996
        FofoStore fs = fofoStoreRepository.selectByRetailerId(175139287);
995
        this.rolloutMarginForStoreOnMonth(fs, LocalDate.of(2023, 2, 1));
997
        this.rolloutMarginForStoreOnMonth(fs, LocalDate.of(2023, 2, 1));
996
        this.rolloutMarginForStoreOnMonth(fs, LocalDate.of(2023, 3, 1));
998
        this.rolloutMarginForStoreOnMonth(fs, LocalDate.of(2023, 3, 1));
997
 
999