|
@@ -3558,6 +3558,7 @@
|
|
|
AND a.is_placefile = 1
|
|
|
AND a.qc_type_id != 0
|
|
|
AND IFNULL( a.diagnose, '' )!= ''
|
|
|
+ AND IFNULL( a.file_code, '' )!= ''
|
|
|
<if test="hospitalId != null and hospitalId != ''">
|
|
|
AND a.hospital_id = #{hospitalId}
|
|
|
</if>
|
|
@@ -3624,6 +3625,7 @@
|
|
|
AND a.is_placefile = 1
|
|
|
AND a.qc_type_id != 0
|
|
|
AND IFNULL( a.diagnose, '' )!= ''
|
|
|
+ AND IFNULL( a.file_code, '' )!= ''
|
|
|
<if test="hospitalId != null and hospitalId != ''">
|
|
|
AND a.hospital_id = #{hospitalId}
|
|
|
</if>
|