看看后台,全部内容里,回收站里有没有此条数据,如果有,删除就可以了,前台如果使用 get 读数据时,一定要加上条件 status = 99例:{get sql="select * from phpcms_content where catid = $catid and status = 99 order by listorder desc" rows = "5"}