|
|
@@ -51,6 +51,13 @@
|
|
|
<result property="createBy" column="create_by" />
|
|
|
</resultMap>
|
|
|
|
|
|
+ <resultMap id="QuestionAnswerListAll" type="cn.tr.module.smart.common.controller.vo.BizReasearchQueueQuestionAnswerAllVO">
|
|
|
+ <result property="id" column="id" />
|
|
|
+ <result property="answerUserName" column="answer_user_name" />
|
|
|
+ <result property="content" column="content" typeHandler="cn.tr.module.smart.app.config.ContentListType"/>
|
|
|
+ <result property="question" column="question" typeHandler="cn.tr.module.smart.app.config.QuestionListType"/>
|
|
|
+ <result property="answerTime" column="answer_time" />
|
|
|
+ </resultMap>
|
|
|
<select id="stdSelectBizReasearchQueueClinicList" resultMap="stdResult">
|
|
|
SELECT
|
|
|
brqc.id,
|
|
|
@@ -149,13 +156,6 @@
|
|
|
</if>
|
|
|
</where>
|
|
|
</select>
|
|
|
- <resultMap id="QuestionAnswerListAll" type="cn.tr.module.smart.common.controller.vo.BizReasearchQueueQuestionAnswerAllVO">
|
|
|
- <result property="id" column="id" />
|
|
|
- <result property="answerUserName" column="answer_user_name" />
|
|
|
- <result property="content" column="content" typeHandler="cn.tr.module.smart.app.config.ContentListType"/>
|
|
|
- <result property="question" column="question" typeHandler="cn.tr.module.smart.app.config.QuestionListType"/>
|
|
|
- <result property="answerTime" column="answer_time" />
|
|
|
- </resultMap>
|
|
|
<select id="stdSelectQuestionAnswerListAll" resultMap="QuestionAnswerListAll">
|
|
|
SELECT
|
|
|
bqa.id,
|