diff --git a/application/default/controllers/HaiheController.php b/application/default/controllers/HaiheController.php index 88e38d6f..106b6287 100644 --- a/application/default/controllers/HaiheController.php +++ b/application/default/controllers/HaiheController.php @@ -15,7 +15,7 @@ class HaiheController extends DataController function indexAction() { $archive = new Archive($this->db); - $this->view->info = $archive->getOneArchive('海河流域地表通量、气象要素观测数据集','about'); + $this->view->info = $archive->getOneArchive('海河流域多尺度地表通量与气象要素观测数据集','about'); } function documentAction()