From ad8bbce4d28900ee0eccde0795382442ddfac024 Mon Sep 17 00:00:00 2001 From: songliang Date: Mon, 3 Jul 2023 16:01:14 +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 d96d21c8..61499f3f 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -1092,7 +1092,7 @@ class ShopController extends BaseAuthedController foreach ($rows as $row) { if ($row['createtime'] + 15 * 60 < $self->_getNowTime()) continue; // 15分钟内有效 $extData = json_decode($row['ext_data'], true); - error_log("checkPendingBuyGoodsNormal: " . json_encode($extData)); + // error_log("checkPendingBuyGoodsNormal: " . json_encode($extData)); if ($extData['mode'] == SHOP_BUY_MODE_NORMAL) { if ($extData['shop_id'] == $shop_id) { if ($extData['id'] == $id) {