feat : coupon

This commit is contained in:
2025-03-21 16:19:57 +08:00
parent 8a4674b1dc
commit 8699b6c6ad
3 changed files with 8 additions and 3 deletions

View File

@@ -194,6 +194,7 @@ class PlaceOrderService extends BaseOrderService
$orderInsertModel->cycle_id = $this->cycleId;
$orderInsertModel->site_id = $this->siteId;
$orderInsertModel->city_id = $this->orderRes['site_info']['city_id'];
$orderInsertModel->kitchen_id = $this->orderRes['site_info']['kitchen_id'];
$orderInsertModel->coupon_id = $this->couponId;
$orderInsertModel->copies = $this->orderRes['copies'];
$orderInsertModel->type = $this->orderType;