This commit is contained in:
songliang 2023-07-16 16:19:47 +08:00
parent 7e9682b017
commit d3d1a680d4
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 1913ff111893e9583dff228c9bc24669ec2e86b0
Subproject commit 214a4377c3688c70e9a6ceb0b3495fb4aaec7507

View File

@ -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;