Browse Source

fix
权限问题

lifang 3 tháng trước cách đây
mục cha
commit
b658d4de71

+ 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