Subversion Repositories SmartDukaan

Rev

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

Rev 26283 Rev 26377
Line 50... Line 50...
50
	@Scheduled(cron = "0 05 0 1,16 * ?")
50
	@Scheduled(cron = "0 05 0 1,16 * ?")
51
	public void processRechargeCashback() throws Throwable {
51
	public void processRechargeCashback() throws Throwable {
52
		scheduledTasks.processRechargeCashback();
52
		scheduledTasks.processRechargeCashback();
53
	}
53
	}
54
 
54
 
55
	@Scheduled(cron = "0 0 1 * * *")
55
	@Scheduled(cron = "0 0 1,22 * * *")
56
	public void sendPartnerInvestmentDetails() throws Exception {
56
	public void sendPartnerInvestmentDetails() throws Exception {
57
		scheduledTasks.sendPartnerInvestmentDetails();
57
		scheduledTasks.sendPartnerInvestmentDetails();
58
	}
58
	}
59
	@Scheduled(cron = "0 0 1 5 * *")
59
	@Scheduled(cron = "0 0 1 5 * *")
60
	public void sendTargetVsSalesReport() throws Exception {
60
	public void sendTargetVsSalesReport() throws Exception {