|
@@ -135,9 +135,9 @@ trait LogisticSyncTrait
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- //如果复核时间>前一天的18.00,则不添加异常信息
|
|
|
|
|
|
|
+ //如果复核时间>前一天的23.59,则不添加异常信息
|
|
|
if ((!empty($sent_at)) &&
|
|
if ((!empty($sent_at)) &&
|
|
|
- ($sent_at->gt(now()->subDay()->startOfDay()->addHours(18))) &&
|
|
|
|
|
|
|
+ ($sent_at->gt(now()->subDay()->startOfDay()->addHours(23)->addMinutes(59))) &&
|
|
|
isset($data['exception_status'])) {
|
|
isset($data['exception_status'])) {
|
|
|
unset($data['exception_status']);
|
|
unset($data['exception_status']);
|
|
|
}
|
|
}
|