|
@@ -18,7 +18,7 @@
|
|
|
a.id,
|
|
|
a.behospital_code,
|
|
|
a.qcresult_detail_msg,
|
|
|
- a.mode_name,
|
|
|
+ a.cases_name,
|
|
|
a.defect_content,
|
|
|
a.claimant_id,
|
|
|
a.check_id,
|
|
@@ -44,7 +44,7 @@
|
|
|
<![CDATA[ AND b.beh_dept_name = #{getComplaintRecordVO.deptName}]]>
|
|
|
</if>
|
|
|
<if test="getComplaintRecordVO.module != null and getComplaintRecordVO.module != '' ">
|
|
|
- <![CDATA[ AND a.mode_name = #{getComplaintRecordVO.module}]]>
|
|
|
+ <![CDATA[ AND a.cases_name = #{getComplaintRecordVO.module}]]>
|
|
|
</if>
|
|
|
<if test="getComplaintRecordVO.operationType != null and getComplaintRecordVO.operationType != '' ">
|
|
|
<![CDATA[ AND a.appeal_operation_type = #{getComplaintRecordVO.operationType}]]>
|
|
@@ -81,7 +81,7 @@
|
|
|
a.id,
|
|
|
a.behospital_code,
|
|
|
a.qcresult_detail_msg,
|
|
|
- a.mode_name,
|
|
|
+ a.cases_name,
|
|
|
a.defect_content,
|
|
|
a.claimant_id,
|
|
|
a.check_id,
|
|
@@ -107,7 +107,7 @@
|
|
|
<![CDATA[ AND b.beh_dept_name = #{getAppealReviewVO.deptName}]]>
|
|
|
</if>
|
|
|
<if test="getAppealReviewVO.module != null and getAppealReviewVO.module != '' ">
|
|
|
- <![CDATA[ AND a.mode_name = #{getAppealReviewVO.module}]]>
|
|
|
+ <![CDATA[ AND a.cases_name = #{getAppealReviewVO.module}]]>
|
|
|
</if>
|
|
|
<if test="getAppealReviewVO.operationType != null and getAppealReviewVO.operationType != '' ">
|
|
|
<![CDATA[ AND a.appeal_operation_type = #{getAppealReviewVO.operationType}]]>
|