WIN-2308041133\Administrator 3 months ago
parent
commit
e4987ca5f0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/services/order/StoreOrderSuccessServices.php

+ 2 - 2
app/services/order/StoreOrderSuccessServices.php

@@ -148,9 +148,9 @@ class StoreOrderSuccessServices extends BaseServices
 
 
         }else{  //普通商品返贡献值
         }else{  //普通商品返贡献值
             if ($orderInfo['uid']==2||$orderInfo['uid']==4){
             if ($orderInfo['uid']==2||$orderInfo['uid']==4){
-//                if ($paytype != PayServices::YUE_PAY){
+                if ($paytype != PayServices::BROKERAGE_PAY){ //贡献值支付以外的支付
                     self::returnContributionValue($orderInfo);
                     self::returnContributionValue($orderInfo);
-//                }
+                }
             }
             }
 
 
         }
         }