|
@@ -18,7 +18,13 @@ import java.util.List;
|
|
|
*/
|
|
|
public interface MarkSubjectiveScoreMapper extends MppBaseMapper<MarkSubjectiveScore> {
|
|
|
|
|
|
- List<QuestionVo> getSubjectiveVo(@Param("studentIds")List<Long> studentIds);
|
|
|
+ List<QuestionVo> getSubjectiveVo(@Param("studentIds") List<Long> studentIds);
|
|
|
|
|
|
+ /**
|
|
|
+ * 根据学生id查找评卷区
|
|
|
+ *
|
|
|
+ * @param studentId
|
|
|
+ * @return
|
|
|
+ */
|
|
|
List<MarkAreaDto> findMarkArea(@Param("studentId") Long studentId);
|
|
|
}
|