Authored by mali

求购清理详情页缓存

... ... @@ -281,6 +281,12 @@ public class BidProductService {
return;
}
publishBidPriceUpdateEvent(bidStoragePrice.getProductId());
try {
cacheAop.clearCache(ProductController.class.getMethod("queryProductDetailTabsById", new Class[]{Integer.class, String.class}), new Object[]{bidStoragePrice.getProductId(), null});
} catch (NoSuchMethodException e) {
logger.info("method clearCache queryProductDetailTabsById wrong in productId is 【{}】", bidStoragePrice.getProductId());
}
}
/**
... ...