自动化立体仓库 - WMS系统
zhangc
2025-01-03 1e1e9bb19e595f65e35de48d91ae436a89147ec9
src/main/java/com/zy/common/task/ActivateScheduler.java
@@ -17,8 +17,9 @@
@Component
public class ActivateScheduler {
    @Scheduled(cron = "0/1 * 8 * * ? ")
    @PostConstruct
//    @Scheduled(cron = "0/1 * 8 * * ? ") // 每天8点
    //@Scheduled(cron = "* 0/1 * * * ? ") // 每分钟
    //@PostConstruct
    private void execute(){
        // 获取激活码
        String activationCode = SystemProperties.getActivationCode(OSinfo.getOSname().getActivationCodePath());