|
@@ -54,7 +54,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
select * from question_info
|
|
|
</sql>
|
|
|
|
|
|
- <select id="selectQuestionInfoList" parameterType="QuestionInfoDTO" resultMap="QuestionInfoResult">
|
|
|
+ <select id="selectQuestionInfoList" parameterType="com.miaxis.question.dto.QuestionInfoDTO" resultMap="QuestionInfoResult">
|
|
|
<include refid="selectQuestionInfoVo"/>
|
|
|
<where>
|
|
|
<if test="number != null "> and number = #{number}</if>
|
|
@@ -96,7 +96,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</select>
|
|
|
|
|
|
|
|
|
- <select id="selectNormalQuestionInfoList" parameterType="QuestionInfoDTO" resultMap="QuestionInfoResult">
|
|
|
+ <select id="selectNormalQuestionInfoList" parameterType="com.miaxis.question.dto.QuestionInfoDTO" resultMap="QuestionInfoResult">
|
|
|
<include refid="selectQuestionInfoVo"/>
|
|
|
<where>
|
|
|
<if test="number != null "> and number = #{number}</if>
|