|
|
@@ -2425,7 +2425,8 @@ inner join(
|
|
|
from public_release_details a left join public_release b on a.prid =b.id
|
|
|
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 main_status =1 and a.uid = #{id}
|
|
|
+ where b.status =2 and b.`type` in (0,1,2)
|
|
|
+ and a.main_status =1 and a.uid = #{id}
|
|
|
</select>
|
|
|
|
|
|
<select id="selectMyUserList" resultType="com.goafanti.customer.bo.SelectMyUserOut">
|