|
|
@@ -199,7 +199,7 @@ trait LogisticSyncTrait
|
|
|
if ((!empty($logistic_id)) && ($logistic_id === 6 || $logistic_id === 88)) {
|
|
|
if (!empty($transfer_status)) {
|
|
|
$this->sortTransferStatusByAcceptTimeDESC($transfer_status);
|
|
|
- $last_remark = $this->getLastRemark($transfer_status);
|
|
|
+ $last_remark = $this->getLastRemark($transfer_status[0]);
|
|
|
if (Str::contains($last_remark, ['等待揽收', '商品已下单'])) {
|
|
|
$data['status'] = '已复核';
|
|
|
}
|