feat : chef statement

This commit is contained in:
2025-03-24 11:43:15 +08:00
parent 3c91ac4077
commit 071b0fc445
8 changed files with 246 additions and 6 deletions

View File

@@ -162,6 +162,7 @@ class PlaceOrderService extends BaseOrderService
$orderGoodInsertArr[] = [
'order_id' => $this->orderId,
'cycle_id' => $this->cycleId,
'kitchen_id' => $this->orderRes['site_info']['kitchen_id'],
'sku_id' => $one['id'],
'spu_id' => $one['spu_id'],
'user_id' => $this->userId,