fix_bug_#21773.

This commit is contained in:
wangxiaomeng
2022-04-18 14:56:48 +08:00
parent 6c6ff205cf
commit 82a5ef9a66
+1 -1
View File
@@ -364,7 +364,7 @@ class searchModel extends model
* @access public
* @return string
*/
public function getById()
public function getById($queryID)
{
$query = $this->dao->findByID($queryID)->from(TABLE_USERQUERY)->fetch();
if(!$query) return false;