소스 검색

去掉诊疗室关联患者信息

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}