瀏覽代碼

去掉诊疗室关联患者信息

wangzl 5 月之前
父節點
當前提交
bdc55d6a7e

+ 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}