merge heihedata branch r4194

This commit is contained in:
wlx 2014-01-14 02:25:19 +00:00
parent 0d5ce7a19f
commit d41a3c3be5
1 changed files with 3 additions and 3 deletions

View File

@ -33,19 +33,19 @@ class HaiheController extends DataController
function daxingAction()
{
$this->getmd(array('大兴区'));
$this->getmd(array('大兴区'),'place');
$this->_helper->viewRenderer('base');
}
function miyunAction()
{
$this->getmd(array('密云'));
$this->getmd(array('密云'),'place');
$this->_helper->viewRenderer('base');
}
function guantaoAction()
{
$this->getmd(array('馆陶县'));
$this->getmd(array('馆陶县'),'place');
$this->_helper->viewRenderer('base');
}