洛杉矶铁棺鹰 發表於 2023-6-14 00:00:00

解决DEDECMS采集文章待审核后仍列表显示

<p>
        <span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>进行处理之前,首先备份数据库! </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><strong style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>一、把文章批量转为“未审核”状态 </strong><br><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>到系统设置里面,运行SQL命令,输入: </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>update dede_archives set arcrank=-1 </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>如果数据库安装时候dede_的前缀改掉过,则换成你的前缀 </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>update ****_archives set arcrank=-1 </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><strong style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>二、将文章批量转为“未生成HMTL状态” </strong><br><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>到系统设置里面,运行SQL命令,输入: </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>Update dede_archives set ismake=0 </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>如果数据库安装时候dede_的前缀改掉过,则换成你的前缀 </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>Update ****_archives set ismake=0 </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><strong style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>三、系统设置中设置为“使用回收站功能” </strong><br><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>然后将采集的文章全部删除,其实是送进了回收站,然后将回收站的文章全部批量还原,哈哈,到所有文章列表处勾选一篇文章试试吧,祝你好运,完毕!</span></p>
頁: [1]
查看完整版本: 解决DEDECMS采集文章待审核后仍列表显示