织梦CMS批量替换发布和更新时间的方法

2024-10-14 17:20:32

1、在后台新增一个文章。得到一个时间,比如2009-01-13 14:13:32,这可以通过管理文章那里看到。

织梦CMS批量替换发布和更新时间的方法

3、执行SQL语句SELECT * FROM dede_archives order by id DESC limit 1

织梦CMS批量替换发布和更新时间的方法

5、观察以下的数据:pubdate:1231846313senddate:1231846313sortrank:1231846313其中1231846313就是时间数据了。

织梦CMS批量替换发布和更新时间的方法

7、按照以上步骤进行操作就可以批量替换文章的发布与更新时间了。

织梦CMS批量替换发布和更新时间的方法
猜你喜欢