龚焕茏
2024-05-20 299916225861b9cc556e3ccc484cc0589d60c17c
fix:随机试卷不加入统计列表
1个文件已修改
3 ■■■■ 已修改文件
src/main/resources/mapper/ExamPaperMapper.xml 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>