This commit is contained in:
knowpia
2022-09-09 14:14:33 +08:00
parent c0116a8637
commit d97c35cace

View File

@@ -24,9 +24,9 @@ class Search
return show("上传的类型不正确"); return show("上传的类型不正确");
} }
if($type == 1) $where .= " and type = 1"; // if($type == 1) $where .= " and type = 1";
if($type == 2) $where .= " and type = 2"; // if($type == 2) $where .= " and type = 2";
if($type == 3) $where .= " and disabled = 1"; // if($type == 3) $where .= " and disabled = 1";
} }
$KEY = $post['keywords']; $KEY = $post['keywords'];