فهرست منبع

去掉诊疗室关联患者信息

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}