|
|
@@ -649,7 +649,7 @@ class ProductClass extends BaseClass
|
|
|
$discountPrice = bcmul($itemPrice,$discount,2);
|
|
|
$discountSmallPrice = bcdiv($discountPrice, $tmp['ratio'], 2);
|
|
|
$tmp['discountPrice'] = $discountPrice;
|
|
|
- $tmp['smallUnitPrice'] = $discountSmallPrice;
|
|
|
+ $tmp['discountSmallPrice'] = $discountSmallPrice;
|
|
|
|
|
|
$totalBigNum += $v['bigNum'];
|
|
|
$totalSmallNum += $v['smallNum'];
|