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