luohairen
2024-11-14 247cb86585a1d1894596ed18a6c93efecb992946
src/main/java/com/ycl/jxkg/controller/admin/DashboardController.java
@@ -30,7 +30,7 @@
        Integer examPaperCount = examPaperService.selectAllCount();
        Integer questionCount = questionService.selectAllCount();
        Integer doExamPaperCount = examPaperScoreService.selectAllCount();
        Integer doQuestionCount = examPaperScoreDetailService.selectAllCount();
        Integer doQuestionCount = examPaperScoreService.selectAllQuestionCount();
        vm.setExamPaperCount(examPaperCount);
        vm.setQuestionCount(questionCount);