This commit is contained in:
avene 2018-06-23 16:25:21 +08:00
parent 69fab9300a
commit 0d938af6dc
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class DataController extends Zend_Controller_Action
$k5=$state->fetchAll();
$this->view->keywords=array('place'=>$k1,'theme'=>$k2,'discipline'=>$k3,'stratum'=>$k4,'temporal'=>$k5);
//最新10个入库数据
$state=$this->db->query('select id,uuid,title,ts_published,description from normalmetadata order by id desc limit 4');
$state=$this->db->query('select id,uuid,title,ts_published,description from normalmetadata order by id desc limit 8');
$this->view->metadata = $state->fetchAll();
//特色数据