|
|
@@ -247,8 +247,8 @@ class Notify
|
|
247
|
247
|
$yj_amount_90 = bcmul($pv, 0.05,2) * 0.9;
|
|
248
|
248
|
$fgj_amount_10 = bcmul($pv, 0.05,2) * 0.1;//推广者的佣金抽10%到个人复购金
|
|
249
|
249
|
|
|
250
|
|
- $yj_amount = $merchant_user_data['brokerage_price'] + $yj_amount_90;
|
|
251
|
|
- $fgj_amount = $merchant_user_data['fugou'] + $fgj_amount_10;
|
|
|
250
|
+// $yj_amount = $merchant_user_data['brokerage_price'] + $yj_amount_90;
|
|
|
251
|
+// $fgj_amount = $merchant_user_data['fugou'] + $fgj_amount_10;
|
|
252
|
252
|
$this->fugou_user_log($merchant_data['uid'],$fgj_amount_10,$store_order_data['order_id'],1);
|
|
253
|
253
|
|
|
254
|
254
|
|