Subversion Repositories SmartDukaan

Rev

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

Rev 29757 Rev 29801
Line 197... Line 197...
197
	 * @Scheduled(cron = "0 0 6 * * *") public void dailyReconciliation() throws
197
	 * @Scheduled(cron = "0 0 6 * * *") public void dailyReconciliation() throws
198
	 * Exception { reconciliation.dailyReconciliation(); }
198
	 * Exception { reconciliation.dailyReconciliation(); }
199
	 */
199
	 */
200
 
200
 
201
	@Scheduled(cron = "0 0 1 * * *")
201
	@Scheduled(cron = "0 0 1 * * *")
-
 
202
	public void selectFinServiceFollowUpDateByCurrDate() throws Exception {
-
 
203
		log.info("selectFinServiceFollowUpDateByCurrDate");
-
 
204
		scheduledTasks.selectFinServiceFollowUpDateByCurrDate(LocalDate.now());
-
 
205
		
-
 
206
	}
-
 
207
	
-
 
208
	@Scheduled(cron = "0 0 1 * * *")
202
	public void processActivation() throws Exception {
209
	public void processActivation() throws Exception {
203
 
210
 
204
		LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
211
		LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
205
		propertiesDetails.put("processActivation", "0");
212
		propertiesDetails.put("processActivation", "0");
206
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
213
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);