首页 >

将文章从普通模型移动到自定义模型的办法

首先在织梦后台建立新内容模型 ,再用以下的MySQL 语句 将以前的栏目文章转入新模型,

将文章从普通模型移动到自定义模型的办法

例如以前的栏目为文章模型,ID 为 222,新模型ID为 111 新模型附加表为dede_addon20

//转移文章到新的 模型附加表为dede_addon20

INSERT INTO dede_addon20(aid,typeid,redirecturl,userip,body) SELECT aid,typeid,redirecturl,userip,body FROMdede_addonarticle wheredede_addonarticle.typeid =222

delete * fromdede_addonarticle where typeid =222

//更新跟平文章频道有关的表

updatedede_arctiny set channel=111 where typeid=222
updatedede_archives set channel=111 where typeid=222
updatedede_arctype set channeltype =111 where id =222



    将文章从普通模型移动到自定义模型的办法
  • 织梦DedeCMS列表页 上一页下一页 只要链接的标签代码
  • 织梦DedeCMS列表页 上一页下一页 只要链接的标签代码 | 织梦DedeCMS列表页 上一页下一页 只要链接的标签代码 ...

    将文章从普通模型移动到自定义模型的办法
  • 织梦DedeCMS提示body has not allow words的问题
  • 织梦DedeCMS提示body has not allow words的问题 | 织梦DedeCMS提示body has not allow words的问题 ...

    将文章从普通模型移动到自定义模型的办法
  • 织梦DedeCMS中添加自定义属性
  • 织梦DedeCMS中添加自定义属性 | 织梦DedeCMS中添加自定义属性 ...