...
This commit is contained in:
parent
6381c81ae2
commit
ad8bbce4d2
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user