Subversion Repositories SmartDukaan

Rev

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

Rev 30352 Rev 30361
Line 543... Line 543...
543
	}
543
	}
544
 
544
 
545
	@Autowired
545
	@Autowired
546
	private StandAlone standAlone;
546
	private StandAlone standAlone;
547
 
547
 
548
	@Scheduled(fixedRate = 3600 * 1000)
548
	@Scheduled(fixedDelay = 10 * 1000)
549
	public void oppo() throws Throwable {
549
	public void oppo() throws Throwable {
550
		standAlone.checkOppoImeiStatus();
550
		standAlone.checkOppoImeiStatus();
551
	}
551
	}
552
 
552
 
553
	@Scheduled(cron = "0 0 * * * *")
553
	@Scheduled(cron = "0 0 * * * *")