ソースを参照

修改翔文被录入 要执行u9的bug

lvhao 5 ヶ月 前
コミット
c9e7247854
1 ファイル変更4 行追加1 行削除
  1. 4 1
      core/CoreApp/controllers/Systemfout.php

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

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