From d8637ee6ca4e590eebbe7f60c65f7eb950ce429d Mon Sep 17 00:00:00 2001 From: songliang Date: Mon, 19 Jun 2023 15:41:20 +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 d9f9ba80..eebf4ff9 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -404,7 +404,7 @@ class ShopController extends BaseAuthedController $conn, 't_shop_buy_order', array( - 'account_id' => myself()->_getAccountId(), + 'address' => myself()->_getAddress(), 'createtime' => myself()->_getNowTime(), 'item_id' => $id, 'goods_num' => $goods_num,