...
This commit is contained in:
parent
7e9682b017
commit
d3d1a680d4
2
third_party/phpcommon
vendored
2
third_party/phpcommon
vendored
@ -1 +1 @@
|
||||
Subproject commit 1913ff111893e9583dff228c9bc24669ec2e86b0
|
||||
Subproject commit 214a4377c3688c70e9a6ceb0b3495fb4aaec7507
|
@ -68,7 +68,7 @@ class ShopBuyGoodsDirect
|
||||
|
||||
$conn = myself()->_getMysql('');
|
||||
|
||||
$order = SqlHelper::selectOne($conn, 't_shop_buy_order', array('address', 'id', 'item_id', 'goods_num', 'status'), array('idx' => $order_id));
|
||||
$order = SqlHelper::selectOne($conn, 't_shop_buy_order', array('address', 'id', 'item_id', 'goods_num', 'status'), array('order_id' => $order_id));
|
||||
if (!$order) {
|
||||
$this->_rspErr(2, "order not found: {$order_id}");
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user