Prechádzať zdrojové kódy

修改提交时参数名错误

mingfu 2 týždňov pred
rodič
commit
a9a8d2d87e

+ 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);
 
     /**