Просмотр исходного кода

fix
获取已绑定的医院列表

18339543638 6 месяцев назад
Родитель
Сommit
4ac3d82538

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

@@ -15,7 +15,7 @@
             bh.name as name
         from biz_wx_user_hospital as bwuh
         join biz_hospital as bh on bh.id = bwuh.tenant_id
-        where bwuh.wx_user_id = #{userId}
+        where bwuh.wx_user_id1 = #{userId}
         order by bwuh.create_time desc
     </select>
  </mapper>