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