KKSU
2024-06-07 a0013cde282e6ec4587087fbcbf27477394e592e
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();
    }
}