src/main/resources/mapper/ExamPaperMapper.xml
@@ -471,4 +471,8 @@ order by a.id </select> <select id="getExamPaperByTemplateId" resultType="java.lang.Integer" parameterType="com.mindskip.xzs.domain.vo.ExamTemplatesVO"> select exam_paper_id from t_exam_templates_user_count where exam_templates_id = #{id} </select> </mapper>