xiangpei
2024-05-31 16d10cef208de048f8b325facd143c54b7be9963
src/main/resources/mapper/QuestionMapper.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.QuestionMapper">
<mapper namespace="com.ycl.jxkg.mapper.QuestionMapper">
  <resultMap id="BaseResultMap" type="com.ycl.jxkg.domain.Question">
    <id column="id" jdbcType="INTEGER" property="id" />
    <result column="question_type" jdbcType="INTEGER" property="questionType" />
@@ -178,7 +178,7 @@
  <select id="page" resultMap="BaseResultMap" parameterType="com.ycl.jxkg.viewmodel.admin.question.QuestionPageRequestVM">
  <select id="page" resultMap="BaseResultMap" parameterType="com.ycl.jxkg.vo.admin.question.QuestionPageRequestVO">
    SELECT
    <include refid="Base_Column_List"/>
    FROM t_question