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

去掉诊疗室关联患者信息

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

+ 0 - 2
tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizClinicRoomMapper.xml

@@ -97,8 +97,6 @@
         bcr.follow_up_count,
         bcr.assess_count
         FROM biz_clinic_room bcr
-        join biz_patient bp
-        on bcr.patient_id = bp.id
         <where>
             <if test="source.clinicStatus != null and source.clinicStatus != ''">
                 and bcr.clinic_status = #{source.clinicStatus ,jdbcType=VARCHAR}