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