在线资源中移除原来的文档限制
This commit is contained in:
parent
f76cd74bd3
commit
5eb8535928
|
@ -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);
|
||||
//建议参考文献
|
||||
|
|
Loading…
Reference in New Issue