mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Laravel Vapor - Fix a problem where packages not updating correct status
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ class FetchContainersUpdatesYdPortalV3Processor
|
||||
$checkShipSailDate = Carbon::parse($trackingRow->tracking_time);
|
||||
}
|
||||
|
||||
if ($trackingRow->tracking === '货物已进目的港仓库') {
|
||||
if ($trackingRow->tracking === '货物已进目的港仓库' || $trackingRow->tracking === '第三方提货') {
|
||||
Log::info('YDContainerUpdates - 货物已进目的港仓库 delayDate ' . $delayETADate);
|
||||
$unstuffingDate = Carbon::parse($trackingRow->tracking_time);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user