lvhao 6 månader sedan
förälder
incheckning
73ad55d9f8
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      core/CoreApp/controllers/Boss.php

+ 1 - 1
core/CoreApp/controllers/Boss.php

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