|
|
@@ -34,7 +34,8 @@ class OrderGoodsClass extends BaseClass
|
|
|
$remark = $order->remark ?? '';
|
|
|
$orderDebtPrice = $order->remainDebtPrice ?? 0;
|
|
|
$sendType = $order->sendType ?? 0;
|
|
|
- $params = ['orderId' => $orderId, 'orderSn' => $orderSn, 'shopId' => $shopId, 'sendType' => $sendType,
|
|
|
+ $thirdSn = $order->thirdSn ?? '';
|
|
|
+ $params = ['orderId' => $orderId, 'orderSn' => $orderSn, 'shopId' => $shopId, 'sendType' => $sendType, 'thirdSn' => $thirdSn,
|
|
|
'fromType' => $fromType, 'orderPrice' => $orderPrice, 'remark' => $remark, 'orderDebtPrice' => $orderDebtPrice];
|
|
|
$flower = $goods->flower ?? 0;
|
|
|
//鲜花类不需要验证库存,库存可以负数,并相应生成制作单
|