@@ -115,6 +115,7 @@
left join cm_baike_type t on p.typeId=t.id
where
p.typeId =#{typeId}
+ and auditStatus=2 and onlineStatus=2 and status=1
order by p.publishTime desc
</select>