mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Laravel Vapor - YD API integration code rewrite to fix eta/etd
This commit is contained in:
+4
@@ -95,6 +95,10 @@ class FetchContainersUpdatesYdPortalV3Processor
|
||||
}
|
||||
}
|
||||
|
||||
if ($delayETDDate->isAfter($delayETADate)){
|
||||
$delayETADate = null;
|
||||
}
|
||||
|
||||
foreach ($trackingRows as $trackingRow) {
|
||||
if ($trackingRow->tracking === '到港') {
|
||||
Log::info('YDContainerUpdates - 到港 delayDate ' . $delayETADate);
|
||||
|
||||
Reference in New Issue
Block a user