Browse Source

可以查询没有医疗组的医生

songxinlu 3 năm trước cách đây
mục cha
commit
7aa9785189
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/main/resources/mapper/MedCheckInfoMapper.xml

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

@@ -195,7 +195,6 @@
         AND m.is_deleted = 'N'
         WHERE
         a.is_deleted = 'N'
-        AND m.`code` IS NOT NULL
         <if test="behosDateStart != null and behosDateStart != ''">
             <![CDATA[ AND a.leave_hospital_date >= #{behosDateStart}]]>
         </if>