@@ -70,7 +70,7 @@ class ReceivePaySuccessService extends BaseService
// 记录订单支付信息
$this->updatePayInfo($payType);
// 商户收款进账
- $this->updateSupplier($this->model['shop_supplier_id'], $payData);
+ //$this->updateSupplier($this->model['shop_supplier_id'], $payData);
});
return true;
}