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