src/main/resources/mapper/ExamPaperMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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>