Преглед изворни кода

Wesmiler 三勾多商户商城提交

wesmiler пре 4 година
родитељ
комит
872bf60dc8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/api/service/order/paysuccess/type/ReceivePaySuccessService.php

+ 1 - 1
app/api/service/order/paysuccess/type/ReceivePaySuccessService.php

@@ -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;
     }