|
@@ -5,17 +5,12 @@
|
|
<!-- 通用查询映射结果 -->
|
|
<!-- 通用查询映射结果 -->
|
|
<resultMap id="BaseResultMap" type="com.diagbot.entity.QuestionDetail">
|
|
<resultMap id="BaseResultMap" type="com.diagbot.entity.QuestionDetail">
|
|
<id column="id" property="id" />
|
|
<id column="id" property="id" />
|
|
- <result column="is_deleted" property="isDeleted" />
|
|
|
|
- <result column="gmt_create" property="gmtCreate" />
|
|
|
|
- <result column="gmt_modified" property="gmtModified" />
|
|
|
|
- <result column="creator" property="creator" />
|
|
|
|
- <result column="modifier" property="modifier" />
|
|
|
|
<result column="question_id" property="questionId" />
|
|
<result column="question_id" property="questionId" />
|
|
|
|
+ <result column="description" property="description" />
|
|
<result column="name" property="name" />
|
|
<result column="name" property="name" />
|
|
<result column="order_no" property="orderNo" />
|
|
<result column="order_no" property="orderNo" />
|
|
- <result column="default_select" property="defaultSelect" />
|
|
|
|
- <result column="abnormal" property="abnormal" />
|
|
|
|
- <result column="code" property="code" />
|
|
|
|
|
|
+ <result column="exclusion" property="exclusion" />
|
|
|
|
+ <result column="sub_question" property="subQuestion" />
|
|
<result column="remark" property="remark" />
|
|
<result column="remark" property="remark" />
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|