调整收款时间
parent
037a6c3794
commit
2cf0379390
|
|
@ -162,7 +162,7 @@ class OrderService
|
||||||
}
|
}
|
||||||
$order->update([
|
$order->update([
|
||||||
'status' => DealerOrderStatus::Paid,
|
'status' => DealerOrderStatus::Paid,
|
||||||
'paid_time' => now(),
|
'paied_time' => now(),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue