feat : add_staple_food

This commit is contained in:
2025-03-24 16:13:12 +08:00
parent 01c8e01d6e
commit f8584d3e1a

View File

@@ -255,10 +255,6 @@ trait OrderTrait
} }
$oneCopiesTotalPrice = bcadd($oneCopiesTotalPrice, bcmul($this->skuArr[$key]['price'],(string)$oneGood,2),2); $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'][] = [ $this->orderRes['good'][] = [