Subversion Repositories SmartDukaan

Rev

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

Rev 29040 Rev 29177
Line 220... Line 220...
220
	}
220
	}
221
 
221
 
222
	@Scheduled(cron = "0 0 9 * * *")
222
	@Scheduled(cron = "0 0 9 * * *")
223
	public void onBoardingDocumentsPending() throws Throwable {
223
	public void onBoardingDocumentsPending() throws Throwable {
224
		log.info("startTime" + LocalDateTime.now());
224
		log.info("startTime" + LocalDateTime.now());
225
		onBoardingRelatedSchelduleTask.onBoardingCompleteEventEmail();
225
		onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
226
		log.info("endTime" + LocalDateTime.now());
226
		log.info("endTime" + LocalDateTime.now());
227
	}
227
	}
228
}
228
}