fuliqi
2024-10-29 8883d90ba7d60a61590b715d1a3be9e3ae2adb2d
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);