龚焕茏
2024-05-21 831e922d4f0e6643ec488bcf70aa71c22b5559f2
src/main/resources/mapper/ExamPaperMapper.xml
@@ -441,7 +441,8 @@
    <select id="list" resultType="com.mindskip.xzs.domain.ExamPaper">
    select id, name from t_exam_paper
    <if test="deptIds != null and deptIds.size() > 0">
    where dept_id in
    where paper_type != 7
    and dept_id in
    <foreach collection="deptIds" item="item" open="(" separator="," close=")">
        #{item}
    </foreach>