|
|
@@ -162,6 +162,8 @@ class OrderService extends BaseService
|
|
|
|
|
|
$customSjId = $custom['sjId'] ?? 0;
|
|
|
$customShopId = $custom['shopId'] ?? 0;
|
|
|
+ $localOrder = $data['localOrder'] ?? 0;
|
|
|
+ $transType = $data['transType'] ?? 0;
|
|
|
$ghsShopAdminId = $data['shopAdminId'] ?? 0;
|
|
|
$ghsShopAdminName = $data['shopAdminName'] ?? '';
|
|
|
$customId = $data['customId'] ?? 0;
|
|
|
@@ -230,6 +232,8 @@ class OrderService extends BaseService
|
|
|
'discount' => 1,
|
|
|
'mainId' => $cgMainId,
|
|
|
'wlName' => $wlName,
|
|
|
+ 'localOrder' => $localOrder,
|
|
|
+ 'transType' => $transType,
|
|
|
];
|
|
|
if (isset($data['deadline']) && !empty($data['deadline'])) {
|
|
|
$purchaseData['deadline'] = $data['deadline'];
|