Преглед на файлове

web端泵信息管理列表删除手术信息绑定失效bug修复

wangzl преди 2 месеца
родител
ревизия
b3066be6c8
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizDeviceMapper.xml

+ 1 - 0
tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizDeviceMapper.xml

@@ -114,6 +114,7 @@
         left JOIN biz_infusion_clinic bic ON bih.id = bic.infusion_id
         left JOIN biz_clinic_room bcr ON bic.clinic_id = bcr.id
         <where>
+            and bcr.deleted = 0
             <if test="query.deviceType != null and query.deviceType != ''">
                 and bih.device_type = #{query.deviceType}
             </if>