6
0
Fork 0
release
李静 2022-01-08 11:17:36 +08:00
parent d43810cd85
commit 33704aebb8
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class DistributionPreIncomeJobService
// 总差价
$totalDiffPrice = 0;
if ($order->vip_discount_count === 0) {
if ($order->vip_discount_amount === 0) {
foreach ($order->products as $product) {
// 赠品不算成长值和差价
if ($product->isGift()) {