Subversion Repositories SmartDukaan

Rev

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

Rev 28921 Rev 28963
Line 203... Line 203...
203
		log.info("startTime" + LocalDateTime.now());
203
		log.info("startTime" + LocalDateTime.now());
204
		onBoardingRelatedSchelduleTask.fullPaymentPendingAlert();
204
		onBoardingRelatedSchelduleTask.fullPaymentPendingAlert();
205
		log.info("endTime" + LocalDateTime.now());
205
		log.info("endTime" + LocalDateTime.now());
206
	}
206
	}
207
 
207
 
-
 
208
	@Scheduled(cron = "0 0 9 * * *")
-
 
209
	public void advancePaymentPendinglegalAlert() throws Throwable {
-
 
210
		log.info("startTime" + LocalDateTime.now());
-
 
211
		onBoardingRelatedSchelduleTask.advancePaymentPendinglegalAlert();
-
 
212
		log.info("endTime" + LocalDateTime.now());
-
 
213
	}
-
 
214
 
208
}
215
}