|
@@ -19776,7 +19776,9 @@
|
|
m2.is_deleted='N' AND `level` != '甲'
|
|
m2.is_deleted='N' AND `level` != '甲'
|
|
WHERE
|
|
WHERE
|
|
m1.is_deleted = 'N'
|
|
m1.is_deleted = 'N'
|
|
- AND m1.is_placefile='1'
|
|
|
|
|
|
+ <if test="isPlacefile != null and isPlacefile !=''">
|
|
|
|
+ AND m1.is_placefile=#{isPlacefile}
|
|
|
|
+ </if>
|
|
<if test="hospitalId != null and hospitalId !=''">
|
|
<if test="hospitalId != null and hospitalId !=''">
|
|
AND m1.hospital_id=#{hospitalId}
|
|
AND m1.hospital_id=#{hospitalId}
|
|
</if>
|
|
</if>
|