From 622b3bda3d2de54c56b93270f2113ffbf11ffc78 Mon Sep 17 00:00:00 2001 From: songliang Date: Sun, 25 Jun 2023 20:27:46 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 93196ee3..79047e3c 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -1048,6 +1048,12 @@ class ShopController extends BaseAuthedController $count = getReqVal('count', 0); $conn = $this->_getMysql(''); + error_log("buyGoodsDS start " + json_encode(array( + 'idx' => $idx, + 'grid' => $grid, + 'count' => $count, + ) + )); $row = SqlHelper::selectOne( $conn,