Parcourir la source

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

songxinlu il y a 3 ans
Parent
commit
7aa9785189
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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>