Update
parent
d43810cd85
commit
33704aebb8
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue