wugg 11 月之前
父节点
当前提交
41b120c7e7
共有 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'] ?? '',
+            'status' => $cgd['status'] ?? '1',
             'order_type' => $sale['order_type'],
             'order_source' => $this->order_source,
             'good_type' => $sale['good_type'] ?? '',