Subversion Repositories SmartDukaan

Rev

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

Rev 30449 Rev 30584
Line 205... Line 205...
205
		log.info("selectFinServiceFollowUpDateByCurrDate");
205
		log.info("selectFinServiceFollowUpDateByCurrDate");
206
		scheduledTasks.selectFinServiceFollowUpDateByCurrDate(LocalDate.now());
206
		scheduledTasks.selectFinServiceFollowUpDateByCurrDate(LocalDate.now());
207
 
207
 
208
	}
208
	}
209
 
209
 
210
	@Scheduled(cron = "0 0 1 * * *")
210
	@Scheduled(cron = "0 0 2 * * *")
211
	public void processActivation() throws Exception {
211
	public void processActivation() throws Exception {
212
 
212
 
213
		LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
213
		LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
214
		propertiesDetails.put("processActivation", "0");
214
		propertiesDetails.put("processActivation", "0");
215
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
215
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);