|
|
@@ -9784,7 +9784,7 @@ class StoreOrderRepository extends BaseRepository
|
|
9784
|
9784
|
$fgj_amount_10 = bcmul($pv, 0.035, 2) * 0.1;//推广者的佣金抽10%到个人复购金
|
|
9785
|
9785
|
$this->fugou_user_log($merchant_data['uid'], $fgj_amount_10, $store_order_data['order_id'], 1, 1);
|
|
9786
|
9786
|
//推广佣金
|
|
9787
|
|
- $this->bill_user_log($merchant_data['uid'], bcmul($pv, 0.35, 2), $store_order_data['order_id'], 3, $store_order_data['order_sn'], '推广获得佣金', $store_order_data['mer_id']);
|
|
|
9787
|
+ $this->bill_user_log($merchant_data['uid'], $yj_amount_90, $store_order_data['order_id'], 3, $store_order_data['order_sn'], '推广获得佣金', $store_order_data['mer_id']);
|
|
9788
|
9788
|
}
|
|
9789
|
9789
|
}
|
|
9790
|
9790
|
|