소스 검색

注释报错代码

sunxbiao 1 년 전
부모
커밋
2de1e42cef
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/controller/api/Notify.php

+ 2 - 2
app/controller/api/Notify.php

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