From 03a197c092ecaac6cbaa5f729f5c9ef9fdf85a3c Mon Sep 17 00:00:00 2001 From: wlx Date: Fri, 5 Sep 2014 00:00:04 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B0=B4=E6=96=87=E6=B0=94?= =?UTF-8?q?=E8=B1=A1=E7=BD=91=E7=9A=84=E6=95=B0=E6=8D=AE=E5=AF=B9=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/default/controllers/HiwaterController.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/application/default/controllers/HiwaterController.php b/application/default/controllers/HiwaterController.php index 3db82dba..4d680d31 100644 --- a/application/default/controllers/HiwaterController.php +++ b/application/default/controllers/HiwaterController.php @@ -184,10 +184,9 @@ class HiwaterController extends DataController function hmonAction() { - $this->getmdlimited(array('西支','黄藏寺','黄草沟','峨堡','景阳岭','阿柔阳坡','阿柔阴坡','戈壁站','神沙窝沙漠站','花寨子荒漠站','张掖湿地站','阿柔超级站','大满超级站','四道桥超级站'),'水文气象'); - $md=$this->view->metadata; - $this->getmd(array('','河川径流观测')); - $this->view->metadata=array_merge($md,$this->view->metadata); + $this->getmd(array('水文气象观测网')); + $archive = new Archive($this->db); + $this->view->info = $archive->getOneArchive('HiWATER:流域水文气象观测网','about'); $this->_helper->viewRenderer('base'); } function superAction()