lvhao 6 months ago
parent
commit
73ad55d9f8
1 changed files with 1 additions and 1 deletions
  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);
 			$timetj = strtotime($timetj);
 			$where = "";
 			$where = "";
 			if($warehouse){
 			if($warehouse){
-				$where .= " type = ".$warehouse." ";
+				$where .= " type = ".$warehouse." and  ";
 			}
 			}
 			if($category)
 			if($category)
             {
             {