打开phpcms\modules\search\index.php 找到$data = $this->content_db->select($where, '*');
修改为 $data = $this->content_db->select($where, '*','','intputtime DESC'); 这样就是按照发布时间排倒序了.