src/main/resources/mapper/ExamPaperDepartment.xml
@@ -39,4 +39,13 @@ delete from t_exam_paper_department where exam_paper_id = #{id} </delete> <delete id="removeByExamPaperIds" parameterType="java.lang.Integer"> delete from t_exam_paper_department where exam_paper_id in <foreach item="id" collection="ids" open="(" separator="," close=")"> #{id} </foreach> </delete> </mapper>