修改水文气象网的数据对应

This commit is contained in:
wlx 2014-09-05 00:00:04 +00:00
parent e5c567c9a0
commit 03a197c092
1 changed files with 3 additions and 4 deletions

View File

@ -184,10 +184,9 @@ class HiwaterController extends DataController
function hmonAction() function hmonAction()
{ {
$this->getmdlimited(array('西支','黄藏寺','黄草沟','峨堡','景阳岭','阿柔阳坡','阿柔阴坡','戈壁站','神沙窝沙漠站','花寨子荒漠站','张掖湿地站','阿柔超级站','大满超级站','四道桥超级站'),'水文气象'); $this->getmd(array('水文气象观测网'));
$md=$this->view->metadata; $archive = new Archive($this->db);
$this->getmd(array('','河川径流观测')); $this->view->info = $archive->getOneArchive('HiWATER流域水文气象观测网','about');
$this->view->metadata=array_merge($md,$this->view->metadata);
$this->_helper->viewRenderer('base'); $this->_helper->viewRenderer('base');
} }
function superAction() function superAction()