瀏覽代碼

修改提交时参数名错误

mingfu 2 周之前
父節點
當前提交
a9a8d2d87e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ie-system/src/main/java/com/ruoyi/learn/mapper/LearnExamineeMapper.java

+ 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> selectSimulatedStudentStats(@Param("classId") Long classId);
     public List<JSONObject> selectSimulatedStuSubjectStats(@Param("studentId") Long studentId);
     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);
     public List<JSONObject> selectStudentPractices(@Param("studentId") Long studentId);
 
 
     /**
     /**