chengyao před 3 roky
rodič
revize
85eaf579bf

+ 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=",">