From f8584d3e1a9b22e9754c1c72c979762a76a15cc9 Mon Sep 17 00:00:00 2001 From: ctexthuang Date: Mon, 24 Mar 2025 16:13:12 +0800 Subject: [PATCH] feat : add_staple_food --- app/Service/ServiceTrait/Api/OrderTrait.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Service/ServiceTrait/Api/OrderTrait.php b/app/Service/ServiceTrait/Api/OrderTrait.php index a5b4165..2698f94 100644 --- a/app/Service/ServiceTrait/Api/OrderTrait.php +++ b/app/Service/ServiceTrait/Api/OrderTrait.php @@ -255,10 +255,6 @@ trait OrderTrait } $oneCopiesTotalPrice = bcadd($oneCopiesTotalPrice, bcmul($this->skuArr[$key]['price'],(string)$oneGood,2),2); - -// if ($copiesType == 1 && $this->skuArr[$key]['type'] == GoodCode::SPU_TYPE_MEAL) { -// $copiesType = 2; -// } } $this->orderRes['good'][] = [