|
@@ -205,7 +205,8 @@ class OrderService extends BaseService
|
|
|
'book' => $book,
|
|
'book' => $book,
|
|
|
'product' => $currentProduct,
|
|
'product' => $currentProduct,
|
|
|
'sendTimeWant' => $sendTimeWant,
|
|
'sendTimeWant' => $sendTimeWant,
|
|
|
- 'sendCost' => $data['sendCost'] ?: '0.00',
|
|
|
|
|
|
|
+ 'sendCost' => $data['sendCost'] ?? '0',
|
|
|
|
|
+ 'packCost' => $data['packCost'] ?? '0',
|
|
|
'ghsShopAdminId' => $ghsShopAdminId,
|
|
'ghsShopAdminId' => $ghsShopAdminId,
|
|
|
'ghsShopAdminName' => $ghsShopAdminName,
|
|
'ghsShopAdminName' => $ghsShopAdminName,
|
|
|
'sjId' => $customSjId,
|
|
'sjId' => $customSjId,
|