移除westdc在线资源限制
This commit is contained in:
parent
9858ab4337
commit
09de5a3b4f
|
@ -589,7 +589,7 @@ class DataController extends Zend_Controller_Action
|
|||
$row=$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 (linkage not like '%westdc%')";
|
||||
$sql="select * from onlineresource where uuid=? and description<>'数据说明文档' and (linkage not like '%ftp.westgis%')";
|
||||
$sql=$db->quoteInto($sql,$uuid);
|
||||
$this->view->resources=$db->fetchAll($sql);
|
||||
//建议参考文献
|
||||
|
|
Loading…
Reference in New Issue