修改店铺云商品列表的错误

This commit is contained in:
luofei 2023-06-14 10:28:38 +08:00
parent feeac438bf
commit 8e5b2fa121

View File

@ -43,7 +43,7 @@ class CloudProduct
$repo->update((int)$product['product_id'], ['status' => $status]);
}
$cacheKey = sprintf(CloudProductModel::CacheKey, $product['mer_id']);
$cacheKey = sprintf(CloudProductModel::CacheKey, $cloudMerchant);
$exist = $RedisCacheService->SISMEMBER($cacheKey, $product['product_id']);
if ($status == 1 && !$exist) {
$RedisCacheService->SADD($cacheKey, $product['product_id']);