Jelajahi Sumber

修改不允许翔文仓的订单去执行

lvhao 5 bulan lalu
induk
melakukan
42b3ad5a83
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      core/CoreApp/controllers/Systemfout.php

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

@@ -963,7 +963,7 @@ class Systemfout extends Start_Controller {
 			//将要执行的队列数据添加进去
 			foreach($queue_u9_list as $item){
 				if($item['platform'] != 'fullorderxw'){
-				    if($item['warehouse'] != 5){
+				    if(($item['warehouse'] != 5) || ($item['warehouse'] != 7)){
 				        $this->zzquque_u9->insert($item);
 				    }
 				}