龚焕茏
2024-05-17 fb69f03a1fc6c2ed30c805020ea596017633adb8
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>