main
parent
72a98693ee
commit
fe7bca71ee
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue