不显示三江源相关链接

This commit is contained in:
wlx 2014-03-20 19:08:50 +00:00
parent c917703669
commit 4d99a64adf
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ class DataController extends Zend_Controller_Action
$row=$this->db->fetchRow($sql); $row=$this->db->fetchRow($sql);
if ($row) $this->view->doc=$row->linkage; if ($row) $this->view->doc=$row->linkage;
//相关资源 //相关资源
$sql="select * from onlineresource where uuid=? and (linkage not like '%ftp.westgis%') and name<>'元数据地址'"; $sql="select * from onlineresource where uuid=? and (linkage not like '%sanjiangyuan.org.cn%') and name<>'元数据地址'";
$sql=$this->db->quoteInto($sql,$uuid); $sql=$this->db->quoteInto($sql,$uuid);
$this->view->resources=$this->db->fetchAll($sql); $this->view->resources=$this->db->fetchAll($sql);
//相关文献:作者建议 //相关文献:作者建议