Ver Fonte

提交数据 杜绝亚马逊仓 的问题i

lvhao há 18 horas atrás
pai
commit
9d3eeab0de
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      core/CoreApp/controllers/Systemfout.php

+ 3 - 3
core/CoreApp/controllers/Systemfout.php

@@ -1024,7 +1024,7 @@ class Systemfout extends Start_Controller {
 				    // if(($item['warehouse'] != 5) || ($item['warehouse'] != 7) || ($item['warehouse'] != 8) || ($item['warehouse'] != 9) ){
 				    //     $this->zzquque_u9->insert($item);
 				    // }
-					if( !in_array($item['warehouse'],[5,7,8,9]) ){
+					if( !in_array($item['warehouse'],[3,5,7,8,9]) ){
 				        $this->zzquque_u9->insert($item);
 				    }
 				}
@@ -1168,7 +1168,7 @@ class Systemfout extends Start_Controller {
 						//     $this->zzquque_u9->insert($item);
 						// }
 						$y = $this->$fullorder_name->read($outnumber);
-						if( !in_array($y['type'],[5,7,8,9]) ){
+						if( !in_array($y['type'],[3,5,7,8,9]) ){
 							$data = [
 								'platform'=>$fullorder_name,
 								'warehouse'=>$y['type'],
@@ -1231,7 +1231,7 @@ class Systemfout extends Start_Controller {
 					//     $this->zzquque_u9->insert($item);
 					// }
 					$y = $this->$fullorder_name->read($outnumber);
-					if( !in_array($y['type'],[5,7,8,9]) ){
+					if( !in_array($y['type'],[3,5,7,8,9]) ){
 						$data = [
 							'platform'=>$fullorder_name,
 							'warehouse'=>$y['type'],