|
@@ -44,7 +44,7 @@ class CheckOrderController extends BaseController
|
|
|
$post['sjId'] = $this->sjId;
|
|
$post['sjId'] = $this->sjId;
|
|
|
$post['shopId'] = $this->shopId;
|
|
$post['shopId'] = $this->shopId;
|
|
|
$post['adminId'] = $this->adminId;
|
|
$post['adminId'] = $this->adminId;
|
|
|
-
|
|
|
|
|
|
|
+ $post['mainId'] = $this->mainId;
|
|
|
$this->saveOrder($post, false, false);
|
|
$this->saveOrder($post, false, false);
|
|
|
|
|
|
|
|
}
|
|
}
|