mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
update container reschedule for yd
This commit is contained in:
+1
-1
@@ -184,8 +184,8 @@ class FetchOrderListsFromYdPortalProcessor
|
||||
$rescheduleETD = strpos($trackingRow->tracking, '开');
|
||||
$rescheduleETA = strpos($trackingRow->tracking, '到港');
|
||||
if (($rescheduleETD !== false || $rescheduleETA !== false) && strpos($trackingRow->tracking, '货物装柜完成。') === false) {
|
||||
preg_match_all('/([0-9]+.{3})/', $trackingRow->tracking, $matches);
|
||||
dump($trackingRow->tracking);
|
||||
preg_match_all('/([0-9]+.{3})/', $trackingRow->tracking, $matches);
|
||||
$dates = collect();
|
||||
|
||||
foreach($matches[0] as $date){
|
||||
|
||||
Reference in New Issue
Block a user