PHPCMS导入SS7数据标题为空的解决办法
UPDATE PHPcms_content SET title=(select titleintact from PHPcms_c_news where PHPcms_c_news.contentid=PHPcms_content.contentid) where PHPcms_content.title='';