Subversion Repositories SmartDukaan

Rev

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

Rev 30321 Rev 30339
Line 522... Line 522...
522
		propertiesDetails.put("technoDate", Long.toString(secs));
522
		propertiesDetails.put("technoDate", Long.toString(secs));
523
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
523
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
524
 
524
 
525
	}
525
	}
526
 
526
 
527
	@Scheduled(cron = "0 0 23 * * *")
527
	@Scheduled(fixedDelay = 86400 * 1000)
528
	public void vivoImeiActivation() throws Throwable {
528
	public void vivoImeiActivation() throws Throwable {
529
		log.info("startTimevivoImeiActivation" + LocalDateTime.now());
529
		log.info("startTimevivoImeiActivation" + LocalDateTime.now());
530
 
530
 
531
		LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
531
		LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
532
		propertiesDetails.put("vivoImeiActivation", "0");
532
		propertiesDetails.put("vivoImeiActivation", "0");