|
@@ -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'] ?? '',
|