帝国一键快速刷新文章时间。与定义表的ID号  帝国一键快速刷新文章时间。
  update phome_ecms_news set newstime='1412787730'; update phome_ecms_info set newstime='1412787730'; update phome_ecms_shop set newstime='1412787730'; update phome_ecms_movie set newstime='1412787730'; update phome_ecms_flash set newstime='1412787730'; update phome_ecms_photo set newstime='1412787730'; update phome_ecms_download set newstime='1412787730'; update phome_ecms_article set newstime='1412787730';
  update phome_ecms_news set truetime='1412787730'; update phome_ecms_info set truetime='1412787730'; update phome_ecms_shop set truetime='1412787730'; update phome_ecms_movie set truetime='1412787730'; update phome_ecms_flash set truetime='1412787730'; update phome_ecms_photo set truetime='1412787730'; update phome_ecms_download set truetime='1412787730'; update phome_ecms_article set truetime='1412787730';
  update phome_ecms_news set lastdotime='1412787730'; update phome_ecms_info set lastdotime='1412787730'; update phome_ecms_shop set lastdotime='1412787730'; update phome_ecms_movie set lastdotime='1412787730'; update phome_ecms_flash set lastdotime='1412787730'; update phome_ecms_photo set lastdotime='1412787730'; update phome_ecms_download set lastdotime='1412787730'; update phome_ecms_article set lastdotime='1412787730'; 
  所有发布时间就变为了:2014-10-09 23:13:19 
  定义表的ID号:
  ALTER TABLE phome_enewsdolog AUTO_INCREMENT=1
  (将表phome_enewsdolog  中的AUTO_INCREMENT 值设为1)   
								 |