Subversion Repositories SmartDukaan

Rev

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

Rev 31256 Rev 31257
Line 572... Line 572...
572
	}
572
	}
573
 
573
 
574
	@Autowired
574
	@Autowired
575
	private StandAlone standAlone;
575
	private StandAlone standAlone;
576
 
576
 
577
	@Scheduled(fixedDelay = 60 * 1000)
577
	//@Scheduled(fixedDelay = 60 * 1000)
578
	public void oppo() throws Throwable {
578
	public void oppo() throws Throwable {
579
		standAlone.checkOppoImeiStatus();
579
		standAlone.checkOppoImeiStatus();
580
	}
580
	}
581
 
581
 
582
	@Scheduled(cron = "0 0 * * * *")
582
	@Scheduled(cron = "0 0 * * * *")