浏览代码

修改翔文被录入 要执行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);
 				    }
 				}