删除缓存修复
This commit is contained in:
parent
1a0515361e
commit
4bb00bc006
@ -267,7 +267,7 @@ public class StoreDetailServiceImpl extends ServiceImpl<StoreDetailMapper, Store
|
||||
* @param storeId 店铺id
|
||||
*/
|
||||
private void removeCache(String storeId) {
|
||||
cache.get(CachePrefix.STORE.getPrefix() + storeId);
|
||||
cache.remove(CachePrefix.STORE.getPrefix() + storeId);
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user