xiangpei
2024-05-31 16d10cef208de048f8b325facd143c54b7be9963
src/main/resources/mapper/ExamPaperQuestionCustomerAnswerMapper.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ycl.jxkg.repository.ExamPaperQuestionCustomerAnswerMapper">
<mapper namespace="com.ycl.jxkg.mapper.ExamPaperQuestionCustomerAnswerMapper">
  <resultMap id="BaseResultMap" type="com.ycl.jxkg.domain.ExamPaperQuestionCustomerAnswer">
    <id column="id" jdbcType="INTEGER" property="id" />
    <result column="question_id" jdbcType="INTEGER" property="questionId" />
@@ -228,7 +228,7 @@
  </select>
  <select id="studentPage" resultMap="BaseResultMap" parameterType="com.ycl.jxkg.viewmodel.student.question.answer.QuestionPageStudentRequestVM">
  <select id="studentPage" resultMap="BaseResultMap" parameterType="com.ycl.jxkg.vo.student.question.answer.QuestionPageStudentRequestVO">
    SELECT
    <include refid="Base_Column_List"/>
    FROM t_exam_paper_question_customer_answer