wugg 11 tháng trước cách đây
mục cha
commit
41b120c7e7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'] ?? '',
+            'status' => $cgd['status'] ?? '1',
             'order_type' => $sale['order_type'],
             'order_source' => $this->order_source,
             'good_type' => $sale['good_type'] ?? '',