“djh”
3 天以前 c0f16750cb9097a8db7b68f8c1794c2aec28ca15
multi-system/src/main/java/com/gkhy/exam/system/mapper/ExPaperStudentMapper.java
@@ -72,7 +72,7 @@
     * @param studentId
     * @return
     */
    List<ExPaperStudent> selectByStudentId(Long studentId);
    List<ExPaperStudent> selectByStudentId(@Param("studentId") Long studentId);
    /**
     * 分页获取未完成考试学生列表
@@ -90,5 +90,7 @@
    void batchUpdateComplete(@Param("paperStudentIds") List<Long> paperStudentIds,@Param("completed") Integer completed);
    void deleteByPaperStudentId(@Param("paperId") Long paperId, @Param("studentId") Long studentId);
    void updateByPaperStudentId(ExPaperStudent exPaperStudent);
}