@@ -156,7 +156,7 @@
and post_name like '%'+#{postName}+'%'
</if>
<if test="status != null and status != ''">
- and status = #{status}
+ and p.status = #{status}
</where>
<choose>