Subversion Repositories SmartDukaan

Rev

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

Rev 32117 Rev 32147
Line 575... Line 575...
575
    }
575
    }
576
 
576
 
577
    @Autowired
577
    @Autowired
578
    private StandAlone standAlone;
578
    private StandAlone standAlone;
579
 
579
 
580
    // @Scheduled(fixedDelay = 60 * 1000)
580
    @Scheduled(fixedDelay = 60 * 1000)
581
    public void oppo() throws Throwable {
581
    public void oppo() throws Throwable {
582
        standAlone.checkOppoImeiStatus();
582
        standAlone.checkOppoImeiStatus();
583
    }
583
    }
584
 
584
 
585
    @Scheduled(cron = "0 0 * * * *")
585
    @Scheduled(cron = "0 0 * * * *")