|
@@ -43,8 +43,8 @@
|
|
|
<if test="getComplaintRecordVO.deptName != null and getComplaintRecordVO.deptName != '' ">
|
|
|
<![CDATA[ AND b.beh_dept_name = #{getComplaintRecordVO.deptName}]]>
|
|
|
</if>
|
|
|
- <if test="getComplaintRecordVO.module != null and getComplaintRecordVO.module != '' ">
|
|
|
- <![CDATA[ AND a.cases_name = #{getComplaintRecordVO.module}]]>
|
|
|
+ <if test="getComplaintRecordVO.casesName != null and getComplaintRecordVO.casesName != '' ">
|
|
|
+ <![CDATA[ AND a.cases_name = #{getComplaintRecordVO.casesName}]]>
|
|
|
</if>
|
|
|
<if test="getComplaintRecordVO.operationType != null and getComplaintRecordVO.operationType != '' ">
|
|
|
<![CDATA[ AND a.appeal_operation_type = #{getComplaintRecordVO.operationType}]]>
|
|
@@ -106,8 +106,8 @@
|
|
|
<if test="getAppealReviewVO.deptName != null and getAppealReviewVO.deptName != '' ">
|
|
|
<![CDATA[ AND b.beh_dept_name = #{getAppealReviewVO.deptName}]]>
|
|
|
</if>
|
|
|
- <if test="getAppealReviewVO.module != null and getAppealReviewVO.module != '' ">
|
|
|
- <![CDATA[ AND a.cases_name = #{getAppealReviewVO.module}]]>
|
|
|
+ <if test="getAppealReviewVO.casesName != null and getAppealReviewVO.casesName != '' ">
|
|
|
+ <![CDATA[ AND a.cases_name = #{getAppealReviewVO.casesName}]]>
|
|
|
</if>
|
|
|
<if test="getAppealReviewVO.operationType != null and getAppealReviewVO.operationType != '' ">
|
|
|
<![CDATA[ AND a.appeal_operation_type = #{getAppealReviewVO.operationType}]]>
|