|
@@ -3837,7 +3837,7 @@ class StoreOrderRepository extends BaseRepository
|
|
3837
|
// if ($sprerdUser["user_group"] == 7) {
|
3837
|
// if ($sprerdUser["user_group"] == 7) {
|
|
3838
|
// $yongjinbili = 17;
|
3838
|
// $yongjinbili = 17;
|
|
3839
|
// }
|
3839
|
// }
|
|
3840
|
- $yongjinbili = $this->getUserGroupRate($sprerdUser["user_group"]);
|
|
|
|
|
|
3840
|
+ $yongjinbili = static::getUserGroupRate($sprerdUser["user_group"]);
|
|
3841
|
|
3841
|
|
|
3842
|
//计算出佣金
|
3842
|
//计算出佣金
|
|
3843
|
$yongjin = $pvfee * $yongjinbili / 100;
|
3843
|
$yongjin = $pvfee * $yongjinbili / 100;
|