xiaoyong931011
2023-09-01 5772ee39bd00b83ecca16b0b472d86e945d8c0ea
src/main/java/cc/mrbird/febs/job/MatrixResetJob.java
@@ -32,7 +32,7 @@
    @Scheduled(cron = "0 0 0 * * ?")
    public void resetMatrix() {
        log.info("重置");
//        log.info("重置");
//        systemService.resetMatrix();
    }
}