|
|
@@ -105,6 +105,7 @@ class OrderService extends BaseService
|
|
|
$flower = $currentGoodsInfo['flower'] ?? 0;
|
|
|
$kindId = $currentGoodsInfo['kindId'] ?? 0;
|
|
|
$kindName = $currentGoodsInfo['kindName'] ?? 0;
|
|
|
+ $sn = $currentGoodsInfo['sn'] ?? '';
|
|
|
if (empty($orderCover)) {
|
|
|
$orderCover = $cover;
|
|
|
}
|
|
|
@@ -116,6 +117,7 @@ class OrderService extends BaseService
|
|
|
$currentWeight = bcmul($weight, $num, 2);
|
|
|
$totalWeight = bcadd($totalWeight, $currentWeight, 2);
|
|
|
$currentGoodsData = [
|
|
|
+ 'sn' => $sn,
|
|
|
'orderSn' => $orderSn,
|
|
|
'goodsId' => $currentId,
|
|
|
'flower' => $flower,
|