From 346f58f215cb6bc18de360edf9d10cc20b4d6ce5 Mon Sep 17 00:00:00 2001 From: songliang Date: Tue, 27 Jun 2023 15:22:36 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index d5fbf5e1..f024b24f 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -361,7 +361,7 @@ class ShopController extends BaseAuthedController $conn = myself()->_getMysql(''); - $order = SqlHelper::selectOne($conn, 't_shop_buy_order', array('account_id', 'item_id', 'goods_num', 'status'), array('idx' => $order_id)); + $order = SqlHelper::selectOne($conn, 't_shop_buy_order', array('address', 'item_id', 'goods_num', 'status'), array('idx' => $order_id)); $id = $order['item_id']; $goods_num = $order['goods_num'];