This commit is contained in:
zhaoke
2023-08-10 10:14:32 +08:00
parent 849b185a4c
commit f9427bbcfd
10 changed files with 67 additions and 15 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class hostModel extends model
/* Concatenate the conditions for the query. */
if($param)
{
$query = $this->loadModel('search')->getQuery($param);
$query = $this->loadModel('search')->getZinQuery($param);
if($query)
{
$this->session->set('hostQuery', $query->sql);