We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83c33b commit 9437a9eCopy full SHA for 9437a9e
eladmin/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/DictDetailServiceImpl.java
@@ -84,7 +84,7 @@ public void delete(Long id) {
84
}
85
86
public void delCaches(DictDetail dictDetail){
87
- Dict dict = dictMapper.selectById(dictDetail.getDictId());
+ Dict dict = dictMapper.selectById(dictDetail.getDict().getId());
88
redisUtils.del(CacheKey.DICT_NAME + dict.getName());
89
90
0 commit comments