|
|
@@ -2426,7 +2426,7 @@ inner join(
|
|
|
left join admin c on b.aid =c.id left join `user` d on a.uid =d.id
|
|
|
left join user_follow e on a.ufid =e.id
|
|
|
where b.status =2 and b.`type` in (0,1,2)
|
|
|
- and a.main_status =1 and a.uid = #{id}
|
|
|
+ and a.uid = #{id}
|
|
|
</select>
|
|
|
|
|
|
<select id="selectMyUserList" resultType="com.goafanti.customer.bo.SelectMyUserOut">
|