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