|
@@ -1729,6 +1729,9 @@
|
|
|
<if test="filterPageVO.isPlacefile != null and filterPageVO.isPlacefile != ''">
|
|
|
and a.is_placefile = #{filterPageVO.isPlacefile}
|
|
|
</if>
|
|
|
+ <if test="filterPageVO.casesId != null and filterPageVO.casesId != 0">
|
|
|
+ AND d.cases_id = #{filterPageVO.casesId}
|
|
|
+ </if>
|
|
|
AND e.cases_id = d.cases_id
|
|
|
AND e.id = d.cases_entry_id
|
|
|
AND a.qc_type_id != 0
|