|
|
@@ -638,7 +638,6 @@ class ItemController extends Controller
|
|
|
if (!empty($list)) {
|
|
|
foreach ($list as $item) {
|
|
|
$discountPrice = $item->discountPrice ?? 0;
|
|
|
-
|
|
|
$skMore = $item->skMore ?? 0;
|
|
|
$addPrice = $item->addPrice ?? 0;
|
|
|
$diff = bcsub($skMore, $addPrice, 2);
|