浏览代码

bug修改

chengyao 3 年之前
父节点
当前提交
85eaf579bf
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/main/resources/mapper/BehospitalInfoMapper.xml

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

@@ -733,7 +733,6 @@
         where a.is_deleted = 'N' and b.is_deleted = 'N' and d.is_deleted = 'N'
         and a.mode_id = b.id
         and a.id = d.cases_entry_id
-        and d.is_used = 1
         and d.hospital_id = #{hospitalId}
         and a.code in
         <foreach collection="codeList" item="item" open="(" close=")" separator=",">