@@ -1074,7 +1074,7 @@ class Boss extends Start_Controller {
$timetj = strtotime($timetj);
$where = "";
if($warehouse){
- $where .= " type = ".$warehouse." ";
+ $where .= " type = ".$warehouse." and ";
}
if($category)
{