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