diff --git a/app/listener/CloudProduct.php b/app/listener/CloudProduct.php index e956ce2d..aa8b68b0 100644 --- a/app/listener/CloudProduct.php +++ b/app/listener/CloudProduct.php @@ -47,10 +47,10 @@ class CloudProduct $exist = $RedisCacheService->SISMEMBER($cacheKey, $product['product_id']); if ($status == 1 && !$exist) { $RedisCacheService->SADD($cacheKey, $product['product_id']); - $clearCache[] = $product['mer_id']; + $clearCache[] = $cloudMerchant; } elseif ($status == 0) { $RedisCacheService->SREM($cacheKey, $product['product_id']); - $clearCache[] = $product['mer_id']; + $clearCache[] = $cloudMerchant; } } foreach ($clearCache as $item) {