修改收货状态
This commit is contained in:
parent
04be17ab2b
commit
b331323ca0
@ -720,7 +720,7 @@ class StoreOtherOrderRepository extends BaseRepository
|
||||
//
|
||||
// throw new ValidateException('用户不存在');
|
||||
// }
|
||||
$order->status = 2;
|
||||
$order->status = 3;
|
||||
$order->verify_time = date('Y-m-d H:i:s');
|
||||
// event('order.take.before', compact('order'));
|
||||
//订单记录
|
||||
|
Loading…
x
Reference in New Issue
Block a user