update xunsearch query param

This commit is contained in:
jack 2018-09-17 11:41:58 +08:00
parent b9f63a273e
commit 9576215891
1 changed files with 1 additions and 1 deletions

View File

@ -2637,7 +2637,7 @@ group by m.uuid,m.title,m.description) md ON md.uuid=v.uuid
$sql="select * from xunsearch where uuid=?";
$sth = $this->db->prepare($sql);
$sth->execute(array($row['uuid']));
$sth->execute($row['uuid']);
$data_search = $sth->fetch();
$search=new Search();
$search->update($data_search);