在支持项目中添加了搜索功能
This commit is contained in:
parent
32ea43eb59
commit
4f23edbd06
|
@ -3408,7 +3408,7 @@ class Admin_DataController extends Zend_Controller_Action
|
||||||
$uuid = $this->_getParam('uuid');
|
$uuid = $this->_getParam('uuid');
|
||||||
if(empty($uuid))
|
if(empty($uuid))
|
||||||
{
|
{
|
||||||
$rows = $fund->fetch();
|
$rows = $fund->fetch(NULL,true,0,$keyword);
|
||||||
view::addPaginator($rows,$this->view,$this->_request);
|
view::addPaginator($rows,$this->view,$this->_request);
|
||||||
}else{
|
}else{
|
||||||
include('data/Metadata.php');
|
include('data/Metadata.php');
|
||||||
|
|
Loading…
Reference in New Issue