6
0
Fork 0
release
李静 2022-04-19 11:05:03 +08:00
parent 63ef80be23
commit 3405c0f66f
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class OrderSettleCommand extends Command
*/
protected function getOrderCompletedAt(DealerOrder $order): Carbon
{
if ($order->paied_time->lt('2022-04-19 12:00:00')) {
if ($order->paied_time->lt('2022-04-19 11:00:00')) {
return now();
}