fix
wzy
2022-11-09 b8def92a54d520776e37db7925c5109f3bd95ff8
src/main/java/cc/mrbird/febs/job/MatrixResetJob.java
@@ -33,6 +33,6 @@
    @Scheduled(cron = "0 0 0 * * ?")
    public void resetMatrix() {
        log.info("重置");
//        systemService.resetMatrix();
        systemService.resetMatrix();
    }
}