Subversion Repositories SmartDukaan

Rev

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

Rev 33928 Rev 33986
Line 571... Line 571...
571
 
571
 
572
        scheduledTasks.persistRbmTodayTargets();
572
        scheduledTasks.persistRbmTodayTargets();
573
 
573
 
574
    }
574
    }
575
 
575
 
-
 
576
    @Scheduled(cron = "0 0 21 * * *")
-
 
577
    public void setMovementWiseRbmTodayAchievements() throws Throwable {
-
 
578
        log.info("today achievement startTime {}" , LocalDateTime.now());
-
 
579
 
-
 
580
        scheduledTasks.persistRbmTodayAchievements();
-
 
581
 
-
 
582
    }
-
 
583
 
576
    @Scheduled(cron = "0 0 8 * * *")
584
    @Scheduled(cron = "0 0 8 * * *")
577
    public void reviewNonSdBuyingBrand() throws Throwable {
585
    public void reviewNonSdBuyingBrand() throws Throwable {
578
        log.info("startTime" + LocalDateTime.now());
586
        log.info("startTime" + LocalDateTime.now());
579
 
587
 
580
        scheduledTasks.reviewNonSdBuyingBrand();
588
        scheduledTasks.reviewNonSdBuyingBrand();