fix vt order number to filter yw

This commit is contained in:
omair saleh
2022-03-25 16:54:10 +08:00
parent 445bcb3864
commit 1be62a5f77
2 changed files with 2 additions and 2 deletions
@@ -164,7 +164,7 @@ class FetchLoadedContainersFromVTPortalProcessor
continue;
}
$orderNumber = $marking[1];
$orderNumber = str_replace("/YW","",$marking[1]);
if(!$packingList[22]){
continue;
@@ -140,7 +140,7 @@ class FetchWarehouseReceiveListFromVTPortalProcessor
continue;
}
$orderNumber = $marking[1];
$orderNumber = str_replace("/YW","",$marking[1]);
if(!$parcel[9]){
continue;