|
|
@ -343,7 +343,7 @@ class Goods extends GoodsService |
|
|
|
$price = \app\common\model\PriceSet::membershipPrice($price, $cost_price, $catIds); |
|
|
|
$price = \app\common\model\PriceSet::membershipPrice($price, $cost_price, $catIds); |
|
|
|
} elseif (UserService::isDealerMember()) { |
|
|
|
} elseif (UserService::isDealerMember()) { |
|
|
|
$priceArr = \app\common\model\PriceSet::distributionPrice($price, $cost_price, $catIds); |
|
|
|
$priceArr = \app\common\model\PriceSet::distributionPrice($price, $cost_price, $catIds); |
|
|
|
$price = $priceArr['goods_price_min_dealer']; |
|
|
|
$price = $priceArr['distributionPrice']; |
|
|
|
} |
|
|
|
} |
|
|
|
return $price; |
|
|
|
return $price; |
|
|
|
} |
|
|
|
} |
|
|
|