|
|
@@ -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'],[3,5,7,8,9]) ){
|
|
|
+ if( in_array($item['warehouse'],[12,13,16]) ){
|
|
|
$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'],[3,5,7,8,9]) ){
|
|
|
+ if( in_array($y['type'],[12,13,16]) ){
|
|
|
$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'],[3,5,7,8,9]) ){
|
|
|
+ if( in_array($y['type'],[12,13,16]) ){
|
|
|
$data = [
|
|
|
'platform'=>$fullorder_name,
|
|
|
'warehouse'=>$y['type'],
|