xiaoyong931011
2022-12-13 27cddd15524bfc62a249628ed99aeb6f1ca3a514
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();
    }
}