龚焕茏
2024-05-07 49429bad1036c81c056faeadfa009c53ba777fad
src/main/java/com/mindskip/xzs/service/impl/ExamPaperDepartmentServiceImpl.java
@@ -37,4 +37,9 @@
    public Integer removeByExamPaperId(Integer id) {
        return examPaperDepartmentMapper.removeByExamPaperId(id);
    }
    @Override
    public Integer removeByExamPaperIds(Integer[] ids) {
        return examPaperDepartmentMapper.removeByExamPaperIds(ids);
    }
}