From 41c7e0ebcdaa27eef33c86f2c455bee0df9a38d3 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: 星期四, 07 十一月 2024 10:50:59 +0800
Subject: [PATCH] change captcha

---
 exam-system/src/main/java/com/gkhy/exam/system/service/ExStudentStudyService.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exam-system/src/main/java/com/gkhy/exam/system/service/ExStudentStudyService.java b/exam-system/src/main/java/com/gkhy/exam/system/service/ExStudentStudyService.java
index 327bf21..3c83832 100644
--- a/exam-system/src/main/java/com/gkhy/exam/system/service/ExStudentStudyService.java
+++ b/exam-system/src/main/java/com/gkhy/exam/system/service/ExStudentStudyService.java
@@ -39,7 +39,7 @@
      * @param studentId
      * @return
      */
-    public List<StudentStudyVO> selectStudyByPhaseAndStundentId(Long phaseId, Long studentId);
+    public List<StudentStudyVO> selectStudyByPhaseAndStundentId(Long phaseId, Long studentId,Integer status);
 
     /**
      * 上报学习进度

--
Gitblit v1.9.2