xiaoyong931011
2022-08-30 1a6a034373a07c5ce7b5a442b7ddf5842fc4e7b4
src/main/java/cc/mrbird/febs/mall/quartz/OrderOvertimeJob.java
@@ -47,10 +47,10 @@
    }
    @Scheduled(cron = "0/5 * * * * ? ")
    public void wakeup() {
        log.info("本地保持唤醒状态");
        Long id = 5L;
        mallMemberMapper.selectById(id);
    }
//    @Scheduled(cron = "0/5 * * * * ? ")
//    public void wakeup() {
//        log.info("本地保持唤醒状态");
//        Long id = 5L;
//        mallMemberMapper.selectById(id);
//    }
}