不显示三江源相关链接
This commit is contained in:
parent
c917703669
commit
4d99a64adf
|
@ -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);
|
||||||
//相关文献:作者建议
|
//相关文献:作者建议
|
||||||
|
|
Loading…
Reference in New Issue