This commit is contained in:
songliang 2023-07-03 16:01:14 +08:00
parent 6381c81ae2
commit ad8bbce4d2

View File

@ -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) {