|
|
@@ -118,6 +118,7 @@ class WorkClass extends BaseClass
|
|
|
$staffId = $data['staffId'] ?? 0;
|
|
|
$orderPrice = $data['orderPrice'] ?? 0;
|
|
|
$orderDebtPrice = $data['orderDebtPrice'] ?? 0;
|
|
|
+ $sendType = $data['sendType'] ?? 0;
|
|
|
$fromType = $data['fromType'] ?? 1;
|
|
|
|
|
|
$ids = array_column($goods, 'productId');
|
|
|
@@ -181,6 +182,7 @@ class WorkClass extends BaseClass
|
|
|
'orderPrice' => $orderPrice,
|
|
|
'orderDebtPrice' => $orderDebtPrice,
|
|
|
'fromType' => $fromType,
|
|
|
+ 'sendType' => $sendType,
|
|
|
];
|
|
|
self::createFinish($current, $main);
|
|
|
}
|