feat : add_staple_food
This commit is contained in:
@@ -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'][] = [
|
||||||
|
|||||||
Reference in New Issue
Block a user