heheng
3 天以前 338f2f5afc7762dabf2409f296d5d023462ed4b5
multi-system/src/main/java/com/gkhy/exam/system/mapper/ExPaperStudentMapper.java
@@ -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);
}