修改收货状态

This commit is contained in:
shengchanzhe 2023-12-15 19:02:42 +08:00
parent 04be17ab2b
commit b331323ca0

View File

@ -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'));
//订单记录