lvhao 5 tháng trước cách đây
mục cha
commit
1ec001fde3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) || ($item['warehouse'] != 7)){
+				    if(($item['warehouse'] != 5) || ($item['warehouse'] != 7) || ($item['warehouse'] != 8) || ($item['warehouse'] != 9) ){
 				        $this->zzquque_u9->insert($item);
 				    }
 				}