Pārlūkot izejas kodu

Merge branch 'master' of http://49.234.186.218:9000/root/ieplus

abpcoder 2 nedēļas atpakaļ
vecāks
revīzija
3b6dc19f02

+ 1 - 1
ie-system/src/main/java/com/ruoyi/learn/mapper/LearnExamineeMapper.java

@@ -19,7 +19,7 @@ public interface LearnExamineeMapper
     public List<JSONObject> selectSimulatedStudentStats(@Param("classId") Long classId);
     public List<JSONObject> selectSimulatedStuSubjectStats(@Param("studentId") Long studentId);
 
-    public List<JSONObject> selectExamRankingStats(@Param("studentId") Integer stuScore, @Param("paperIds") Collection<Long> paperIds);
+    public List<JSONObject> selectExamRankingStats(@Param("stuScore") Integer stuScore, @Param("paperIds") Collection<Long> paperIds);
     public List<JSONObject> selectStudentPractices(@Param("studentId") Long studentId);
 
     /**