瀏覽代碼

Merge branch 'his/xm5y' of http://192.168.2.236:10080/gaodm/mrqc-sys into his/xm5y

jianghaodi 2 年之前
父節點
當前提交
08713cae5d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/BehospitalInfoMapper.xml

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

@@ -775,7 +775,7 @@
         AND a.hospital_id = c.hospital_id
         AND a.hospital_id = c.hospital_id
         AND a.behospital_code = b.behospital_code
         AND a.behospital_code = b.behospital_code
         AND b.rec_id = c.rec_id
         AND b.rec_id = c.rec_id
-        and b.mode_id = '24'
+        and (b.mode_id = '24' or b.mode_id = '3')
         <if test="isPlacefile != null and isPlacefile != ''">
         <if test="isPlacefile != null and isPlacefile != ''">
             and a.is_placefile = #{isPlacefile}
             and a.is_placefile = #{isPlacefile}
         </if>
         </if>