diff --git a/application/default/controllers/DataController.php b/application/default/controllers/DataController.php index 84ac65cc..6b009379 100755 --- a/application/default/controllers/DataController.php +++ b/application/default/controllers/DataController.php @@ -576,7 +576,7 @@ class DataController extends Zend_Controller_Action $row=$this->db->fetchRow($sql); if ($row) $this->view->doc=$row->linkage; //相关资源 - $sql="select * from onlineresource where uuid=? and description<>'数据说明文档' and (linkage not like '%ftp.westgis%') and name<>'元数据地址'"; + $sql="select * from onlineresource where uuid=? and (linkage not like '%ftp.westgis%') and name<>'元数据地址'"; $sql=$this->db->quoteInto($sql,$uuid); $this->view->resources=$this->db->fetchAll($sql); //建议参考文献