|
@@ -83,7 +83,7 @@
|
|
|
<if test="getAppealInfoVO.casesEntryId != null ">
|
|
|
AND mai.cases_entry_id = #{getAppealInfoVO.casesEntryId}
|
|
|
</if>
|
|
|
- <if test="getAppealInfoVO.casesEntryId != null ">
|
|
|
+ <if test="getAppealInfoVO.qcresultDetailId != null ">
|
|
|
AND mai.qcresult_detail_id = #{getAppealInfoVO.qcresultDetailId}
|
|
|
</if>
|
|
|
<if test="getAppealInfoVO.appealExplain != null and getAppealInfoVO.appealExplain != '' ">
|