Subversion Repositories SmartDukaan

Rev

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

Rev 25837 Rev 25880
Line 73... Line 73...
73
	public void alertTicketToUser() throws Exception {
73
	public void alertTicketToUser() throws Exception {
74
		log.info("alert for ticket");
74
		log.info("alert for ticket");
75
		ticketRelatedScheduledTask.alertforTicket();
75
		ticketRelatedScheduledTask.alertforTicket();
76
	}
76
	}
77
 
77
 
78
	@Scheduled(cron = "0 0 15,17,19,23 ? * *")
78
	@Scheduled(cron = "0 0 13,16,19,23 ? * *")
79
	public void dailySaleNotification() throws Exception {
79
	public void dailySaleNotification() throws Exception {
80
		log.info("daily send Notification");
80
		log.info("daily send Notification");
81
		scheduledTasks.sendDailySalesNotificationToPartner(null);
81
		scheduledTasks.sendDailySalesNotificationToPartner(null);
82
	}
82
	}
83
 
83