|
|
@@ -2434,6 +2434,7 @@ inner join(
|
|
|
left join user_follow e on a.ufid =e.id
|
|
|
where b.status =2 and b.`type` in (0,1,2)
|
|
|
and a.uid = #{id}
|
|
|
+ order by b.create_time desc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectMyUserList" resultType="com.goafanti.customer.bo.SelectMyUserOut">
|