|
|
@@ -743,7 +743,8 @@ class OrderController extends BaseController
|
|
|
$post['mainId'] = $this->mainId;
|
|
|
$post['fromType'] = 1;
|
|
|
$post['expressId'] = $post['expressId'] ?? 0;
|
|
|
- $post['book'] = $post['book'] ?? 0;
|
|
|
+ $book = $post['book'] ?? 0;
|
|
|
+ $post['book'] = $book;
|
|
|
|
|
|
$sendType = $post['sendType'] ?? 0;
|
|
|
$transType = $post['transType'] ?? 0;
|