update cms_archives set typeid=12 where typeid in(13,15,17,18);
update cms_arctiny set typeid=12 where typeid in(13,15,17,18);
update cms_addonarticle set typeid=12 where typeid in(13,15,17,18);
dede批量轉(zhuǎn)移或者刪除欄目文章的正確姿勢
刪除的也類似
update cms_archives set typeid=12 where typeid in(13,15,17,18);
update cms_arctiny set typeid=12 where typeid in(13,15,17,18);
update cms_addonarticle set typeid=12 where typeid in(13,15,17,18);