lvhao 1 개월 전
부모
커밋
948ce60e3f
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      core/CoreApp/controllers/Warehouse.php

+ 0 - 4
core/CoreApp/controllers/Warehouse.php

@@ -1767,10 +1767,6 @@ class Warehouse extends Start_Controller {
 			if($library)
             {
                 $where  .= " and library = '$library'";
-            }
-			if($type)
-            {
-                $where  .= " and type = '$type'";
             }
 			if($libraryconfirm)
             {