lvhao 6 月之前
父節點
當前提交
73ad55d9f8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
             {