|
@@ -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);
|
|
|
-// }
|
|
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|