6
0
Fork 0
base
panliang 2023-02-27 17:52:39 +08:00
parent 82c8a90398
commit 15b236ed08
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class OrderAutoComplete
$store->stockLogs()->create([
'amount' => 0 - $amount,
'product_sku_id' => $item->sku_id,
'remarks' => '桌号订单自动提货',
'remarks' => $remarks,
'balance' => $balance,
'source_id' => $order->id,
'source_type' => $order->getMorphClass(),