瀏覽代碼

增加当前队列分页获取全部问卷增加根据患者名称过滤条件

wangzl 2 月之前
父節點
當前提交
2a69032254

+ 7 - 7
tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizReasearchQueueClinicMapper.xml

@@ -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,