lvhao 6 tháng trước cách đây
mục cha
commit
73ad55d9f8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
             {