xiaoyong931011
2022-09-05 75e5b1458b320b048f84093d481adaf82cec2cdb
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);
//    }
}