xiangpei
2024-03-24 54a64e9a13344e39470de8eff1d28a0eec669cf6
src/main/resources/mapper/QuestionMapper.xml
@@ -242,4 +242,13 @@
    SELECT <include refid="Base_Column_List"/>
        from t_question where  deleted=0
  </select>
  <select id="export" resultMap="exportMap">
    SELECT * FROM t_question q INNER JOIN t_question_subject qs on q.id = qs.question_id
  </select>
  <resultMap id="exportMap" type="com.mindskip.xzs.vo.QuestionImportVO">
  </resultMap>
</mapper>