|
@@ -59,7 +59,6 @@ class PurchaseService extends BaseService
|
|
|
$shopAdminName = $data['shopAdminName'] ?? '';
|
|
$shopAdminName = $data['shopAdminName'] ?? '';
|
|
|
$sendType = $data['sendType'] ?? 1;
|
|
$sendType = $data['sendType'] ?? 1;
|
|
|
$couponId = $data['couponId'] ?? 0;
|
|
$couponId = $data['couponId'] ?? 0;
|
|
|
- $wlId = $data['wlId'] ?? 0;
|
|
|
|
|
$wlName = $data['wlName'] ?? '';
|
|
$wlName = $data['wlName'] ?? '';
|
|
|
$discountType = $respond->discountType ?? dict::getDict('discountType', 'noDiscount');
|
|
$discountType = $respond->discountType ?? dict::getDict('discountType', 'noDiscount');
|
|
|
$discountAmount = $respond->discountAmount ?? 0;
|
|
$discountAmount = $respond->discountAmount ?? 0;
|
|
@@ -109,7 +108,6 @@ class PurchaseService extends BaseService
|
|
|
'orderType' => $orderType,
|
|
'orderType' => $orderType,
|
|
|
'fromType' => $fromType,
|
|
'fromType' => $fromType,
|
|
|
'presell' => $presell,
|
|
'presell' => $presell,
|
|
|
- 'wlId' => $wlId,
|
|
|
|
|
'wlName' => $wlName,
|
|
'wlName' => $wlName,
|
|
|
];
|
|
];
|
|
|
$result = OrderClass::addOrder($arr);
|
|
$result = OrderClass::addOrder($arr);
|