Browse Source

会员升级

Kirin 1 year ago
parent
commit
e6074e604a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/jobs/order/ShareOrderJob.php

+ 1 - 1
app/jobs/order/ShareOrderJob.php

@@ -135,7 +135,7 @@ class ShareOrderJob extends BaseJobs
                         SpliteStoreOrderJob::dispatchDo('splitAfter', [$orderInfo]);
                     } elseif (isset($updateData['supplier_id'])) {
                         //供应商账单流水
-                        SupplierFinanceJob::dispatch([$id, 1]);
+                        SupplierFinanceJob::dispatch([$orderInfo['id'], 1]);
                     }
                     //还有商品
                     if ($other_cart_ids && $otherOrder) {