heheng
2025-11-28 6d5fc7859473d30a2e4c1f20f748abae652342b8
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);
}