|
@@ -16,6 +16,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="analysisContent" column="analysis_content"/>
|
|
<result property="analysisContent" column="analysis_content"/>
|
|
|
<result property="examId" column="exam_id"/>
|
|
<result property="examId" column="exam_id"/>
|
|
|
<result property="parentType" column="parent_type"/>
|
|
<result property="parentType" column="parent_type"/>
|
|
|
|
|
+ <result property="imgUrl" column="img_url"/>
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
|