6
0
Fork 0

AfterSale sales_value

base
panliang 2022-08-01 10:52:31 +08:00
parent 464dc5662c
commit ded43e4ed7
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ class AfterSaleService
'order_id' => $orderProduct->order_id, 'order_id' => $orderProduct->order_id,
'amount' => $amount, 'amount' => $amount,
'state' => AfterSale::STATE_VERIFY, 'state' => AfterSale::STATE_VERIFY,
'sales_value' => $orderProduct->sales_value,
])); ]));
$orderProduct->update([ $orderProduct->update([