更新物流收货
This commit is contained in:
parent
d45c948e87
commit
1d4547b8f3
@ -805,6 +805,7 @@ class StoreOrderRepository extends BaseRepository
|
||||
$user = $order->user;
|
||||
$order->status = 2;
|
||||
$order->verify_time = date('Y-m-d H:i:s');
|
||||
/*
|
||||
event('order.take.before', compact('order'));
|
||||
//订单记录
|
||||
$storeOrderStatusRepository = app()->make(StoreOrderStatusRepository::class);
|
||||
@ -821,6 +822,7 @@ class StoreOrderRepository extends BaseRepository
|
||||
$storeOrderStatusRepository->{$func}($orderStatus);
|
||||
});
|
||||
event('order.take', compact('order'));
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user