diff --git a/app/Service/ServiceTrait/Api/OrderTrait.php b/app/Service/ServiceTrait/Api/OrderTrait.php index 1960334..2708698 100644 --- a/app/Service/ServiceTrait/Api/OrderTrait.php +++ b/app/Service/ServiceTrait/Api/OrderTrait.php @@ -360,6 +360,8 @@ trait OrderTrait protected function manageGoodOrder(): void { try { + $this->orderInfo->status = OrderCode::PAYED; +// $this->orderInfo->pay_time = }catch (Exception $e) { $this->log->error(__CLASS__.':Function:manageGoodOrder:'.$e->getMessage().':orderId:'.$this->orderInfo->id);