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