소스 검색

fix
权限问题

lifang 3 달 전
부모
커밋
b658d4de71
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizPatientMapper.xml

+ 2 - 1
tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizPatientMapper.xml

@@ -77,7 +77,8 @@
         bp.create_time,
         bp.update_time,
         bp.create_by,
-        bp.update_by
+        bp.update_by,
+        bcr.image_url
     </select>
     <select id="selectPatientByConditionList" resultType="cn.tr.module.smart.common.dto.BizPatientDTO">
         SELECT