|
|
@@ -33,6 +33,7 @@ class OrderService extends BaseService
|
|
|
$orderSn = orderSn::getOrderSn();
|
|
|
$customId = $custom->id ?? 0;
|
|
|
$hdId = $custom->hdId ?? 0;
|
|
|
+ $userId = $custom->userId ?? 0;
|
|
|
$sjId = $data['sjId'] ?? 0;
|
|
|
$shopId = $data['shopId'] ?? 0;
|
|
|
$mainId = $data['mainId'] ?? 0;
|
|
|
@@ -315,6 +316,7 @@ class OrderService extends BaseService
|
|
|
$data['customId'] = $customId;
|
|
|
$data['hdId'] = $hdId;
|
|
|
$data['sjId'] = $sjId;
|
|
|
+ $data['userId'] = $userId;
|
|
|
$data['shopId'] = $shopId;
|
|
|
$data['mainId'] = $mainId;
|
|
|
$data['manyType'] = $manyType;
|