Browse Source

送达时间

master
Lemon 5 years ago
parent
commit
4d6c6b2a62
  1. 1
      app/Service/v3/Implementations/OrderOnlineService.php

1
app/Service/v3/Implementations/OrderOnlineService.php

@ -753,6 +753,7 @@ class OrderOnlineService implements OrderOnlineServiceInterface
$orderMain = $this->check($globalOrderId, $userId, OrderState::RECEIVING);
$orderMain->state = OrderState::COMPLETED;
$orderMain->complete_time = time();
$orderMain->delivery_time = time();
if (!$orderMain->save()) {
throw new ErrorCodeException(ErrorCode::ORDER_COMPLETE_FAIL);
}

Loading…
Cancel
Save