Subversion Repositories SmartDukaan

Rev

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

Rev 27227 Rev 27267
Line 54... Line 54...
54
	@Scheduled(cron = "0 05 0 1,16 * ?")
54
	@Scheduled(cron = "0 05 0 1,16 * ?")
55
	public void processRechargeCashback() throws Throwable {
55
	public void processRechargeCashback() throws Throwable {
56
		scheduledTasks.processRechargeCashback();
56
		scheduledTasks.processRechargeCashback();
57
	}
57
	}
58
 
58
 
59
	@Scheduled(cron = "0 0 1,22 * * *")
59
	@Scheduled(cron = "0 0 6 * * *")
60
	public void sendPartnerInvestmentDetails() throws Exception {
60
	public void sendPartnerInvestmentDetails() throws Exception {
61
		scheduledTasks.sendPartnerInvestmentDetails();
61
		scheduledTasks.sendPartnerInvestmentDetails();
62
	}
62
	}
63
 
63
 
64
	@Scheduled(cron = "0 0 1 5 * *")
64
	@Scheduled(cron = "0 0 1 5 * *")