Browse Source

厦门五院个性化需求

hecc 2 years ago
parent
commit
8da56c9d10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/BehospitalInfoMapper.xml

+ 1 - 1
src/main/resources/mapper/BehospitalInfoMapper.xml

@@ -819,7 +819,7 @@
         <if test="isPlacefile != null and isPlacefile != ''">
             and a.is_placefile = #{isPlacefile}
         </if>
-        AND d.`name` = '手术记录'
+        AND d.`name` in ('手术记录','有创操作')
         <![CDATA[AND a.qc_type_id <>0 ]]>
         <if test="hospitalId != null and hospitalId != ''">
             AND a.hospital_id = #{hospitalId}