This commit is contained in:
aozhiwei 2024-10-10 15:20:29 +08:00
parent 1f41de39d0
commit 11527e542e

View File

@ -47,12 +47,6 @@ class HashRateShopService {
}
break;
}
$itemMeta = mt\Item::get($goodsMeta['item_id']);
if ($itemMeta) {
} else if ($goodsMeta['goods_id'] != 9999){
error_log('item not found:' . json_encode($goodsMeta));
}
}
return $goodsList;
}