mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-25 07:24:21 +00:00
update container reschedule for yd
This commit is contained in:
+1
-1
@@ -185,7 +185,7 @@ class FetchOrderListsFromYdPortalProcessor
|
||||
$rescheduleETA = strpos($trackingRow->tracking, '到港');
|
||||
if ($rescheduleETD !== false || $rescheduleETA !== false) {
|
||||
preg_match_all('/([0-9]+.{3})/', $trackingRow->tracking, $matches);
|
||||
dump($matches);
|
||||
dump($trackingRow->tracking);
|
||||
$dates = collect();
|
||||
|
||||
foreach($matches[0] as $date){
|
||||
|
||||
Reference in New Issue
Block a user