From 727c30f11ede5b3c82ead6e09e5e077c0e7519f1 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: 星期三, 05 二月 2025 13:02:21 +0800
Subject: [PATCH] Merge branch 'dev-20250116' of https://sinanoaq.cn:8888/r/swspkmas into dev-20250116

---
 exam-system/src/main/java/com/gkhy/exam/institutionalaccess/service/serviceImpl/ThStudentBatchServiceImpl.java |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/service/serviceImpl/ThStudentBatchServiceImpl.java b/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/service/serviceImpl/ThStudentBatchServiceImpl.java
index 0552e57..3d6ee13 100644
--- a/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/service/serviceImpl/ThStudentBatchServiceImpl.java
+++ b/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/service/serviceImpl/ThStudentBatchServiceImpl.java
@@ -6,10 +6,8 @@
 import com.gkhy.exam.institutionalaccess.entity.ThStudentBatch;
 import com.gkhy.exam.institutionalaccess.mapper.ThStudentBatchMapper;
 
-import com.gkhy.exam.institutionalaccess.model.vo.ThStatisticStudentVO;
-import com.gkhy.exam.institutionalaccess.model.vo.ThStudentBatchCourseVO;
-import com.gkhy.exam.institutionalaccess.model.vo.ThStudentBatchVO;
-import com.gkhy.exam.institutionalaccess.model.vo.ThStudentCourseVO;
+import com.gkhy.exam.institutionalaccess.model.query.ThStatisticQuery;
+import com.gkhy.exam.institutionalaccess.model.vo.*;
 import com.gkhy.exam.institutionalaccess.service.ThStudentBatchService;
 import com.ruoyi.common.enums.coalmineEnums.DeleteStatusEnum;
 import org.springframework.beans.factory.annotation.Autowired;
@@ -101,4 +99,14 @@
     public List<ThStudentBatchVO> getStudentBatchVOByCourseUuid(String courseUuid) {
         return studentBatchMapper.getStudentBatchVOByCourseUuid(courseUuid);
     }
+
+    @Override
+    public List<ThTrainVO> getStatistic(ThStatisticQuery thStatisticQuery) {
+        return studentBatchMapper.getStatistic(thStatisticQuery);
+    }
+
+    @Override
+    public List<ThTrainVO> getStatisticHaveExam(ThStatisticQuery thStatisticQuery) {
+        return studentBatchMapper.getStatisticHaveExam(thStatisticQuery);
+    }
 }

--
Gitblit v1.9.2