|
|
@@ -51,6 +51,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="examineeTypes != null and examineeTypes != ''"> and p.examineeTypes = #{examineeTypes}</if>
|
|
|
<if test="createTime != null "> and p.createTime = #{createTime}</if>
|
|
|
</where>
|
|
|
+ order by e.examinee_id desc, p.id desc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectLearnPaperList" parameterType="LearnPaper" resultMap="LearnPaperResult">
|