xiaoyong931011
2022-12-01 b42b551f5b85df5ffbaeaa18c373b8a8f1a51953
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();
    }
}