From 9d72545e1ebb81d80d11b6a6e683e5581cc322fc Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期一, 03 六月 2024 14:56:31 +0800
Subject: [PATCH] 试卷类、枚举

---
 src/main/resources/mapper/ExamPaperQuestionCustomerAnswerMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/ExamPaperQuestionCustomerAnswerMapper.xml b/src/main/resources/mapper/ExamPaperQuestionCustomerAnswerMapper.xml
index 8ce5648..713780b 100644
--- a/src/main/resources/mapper/ExamPaperQuestionCustomerAnswerMapper.xml
+++ b/src/main/resources/mapper/ExamPaperQuestionCustomerAnswerMapper.xml
@@ -1,7 +1,7 @@
 <?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.mapper.ExamPaperQuestionCustomerAnswerMapper">
-    <resultMap id="BaseResultMap" type="com.ycl.jxkg.domain.ExamPaperQuestionCustomerAnswer">
+    <resultMap id="BaseResultMap" type="com.ycl.jxkg.domain.entity.ExamPaperQuestionCustomerAnswer">
         <id column="id" jdbcType="INTEGER" property="id"/>
         <result column="question_id" jdbcType="INTEGER" property="questionId"/>
         <result column="exam_paper_id" jdbcType="INTEGER" property="examPaperId"/>
@@ -36,7 +36,7 @@
 
 
     <select id="studentPage" resultMap="BaseResultMap"
-            parameterType="com.ycl.jxkg.vo.student.question.answer.QuestionPageStudentRequestVO">
+            parameterType="com.ycl.jxkg.domain.vo.student.question.answer.QuestionPageStudentRequestVO">
         SELECT
         <include refid="Base_Column_List"/>
         FROM t_exam_paper_question_customer_answer

--
Gitblit v1.8.0