|
@@ -25,6 +25,7 @@ class AddressController extends BaseController
|
|
|
$post['sjId'] = $this->sjId;
|
|
$post['sjId'] = $this->sjId;
|
|
|
$post['mainId'] = $this->mainId;
|
|
$post['mainId'] = $this->mainId;
|
|
|
$post['shopId'] = $this->shopId;
|
|
$post['shopId'] = $this->shopId;
|
|
|
|
|
+ $post['adminId'] = $this->adminId;
|
|
|
AddressClass::addData($post);
|
|
AddressClass::addData($post);
|
|
|
util::complete();
|
|
util::complete();
|
|
|
}
|
|
}
|