Subversion Repositories SmartDukaan

Rev

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

Rev 34904 Rev 34910
Line 743... Line 743...
743
    @Scheduled(cron = "0 15 6 * * *")
743
    @Scheduled(cron = "0 15 6 * * *")
744
    public void notifyDefaultLoans() throws Throwable {
744
    public void notifyDefaultLoans() throws Throwable {
745
        scheduledTasks.notifyDefaultLoans();
745
        scheduledTasks.notifyDefaultLoans();
746
    }
746
    }
747
 
747
 
748
    @Scheduled(cron = "0 0 23 * * *")
748
   // @Scheduled(cron = "0 0 23 * * *")
749
    public void hygineAlertForInternalTeam() throws Throwable {
749
    public void hygineAlertForInternalTeam() throws Throwable {
750
        scheduledTasks.hygineAlertForInternalTeam();
750
        scheduledTasks.hygineAlertForInternalTeam();
751
 
751
 
752
    }
752
    }
753
 
753