lvhao 7 달 전
부모
커밋
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)
             {