linhw 2024-06-26 17:29:20 +08:00
parent 72a98693ee
commit fe7bca71ee
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
left join app_school s on s.id = a.school
left join app_user_fans f on f.user_id = a.id
left join app_user_fans fa on fa.friend_id = a.id
left join app_user_friend r on r.user_id = a.id
left join app_user_friend r on r.user_id = a.id and r.status = 0
left join app_dynamic_like l on l.dynamic_user_id = a.id
left join app_town t on t.id = a.address
where a.id = #{id}