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);