wugg 11 ماه پیش
والد
کامیت
a615e1e479
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/command/SplitSale.php

+ 1 - 1
app/command/SplitSale.php

@@ -336,7 +336,7 @@ class SplitSale extends Command
             'gold_price' => $sale['gold_price'] ?? 0,
             'send_num' => $sale['send_num'] ?? 0,
             'wsend_num' => $sale['wsend_num'] ?? 0,
-            'status' => $cgd['status'] ?? '1',
+            'status' => $cgd['status'] ?? 3,
             'order_type' => $sale['order_type'],
             'order_source' => $this->order_source,
             'good_type' => $sale['good_type'] ?? '',