6
0
Fork 0

调整收款时间

release
vine_liutk 2022-01-26 12:07:19 +08:00
parent 037a6c3794
commit 2cf0379390
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ class OrderService
}
$order->update([
'status' => DealerOrderStatus::Paid,
'paid_time' => now(),
'paied_time' => now(),
]);
}