...
This commit is contained in:
parent
33f49a7063
commit
76b1596381
@ -434,11 +434,11 @@ class ShopController extends BaseAuthedController
|
|||||||
|
|
||||||
$address = myself()->_getAddress();
|
$address = myself()->_getAddress();
|
||||||
|
|
||||||
|
|
||||||
if (empty($address)) {
|
if (empty($address)) {
|
||||||
$this->_rspErr(1, "address is empty");
|
$address = myself()->_getAccountId();
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$chk = SqlHelper::insert(
|
$chk = SqlHelper::insert(
|
||||||
$conn,
|
$conn,
|
||||||
't_shop_buy_order',
|
't_shop_buy_order',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user