|
@@ -24,7 +24,7 @@ public class DictionaryInfoFacade extends DictionaryInfoServiceImpl {
|
|
|
@Autowired
|
|
|
private RedisService redisService;
|
|
|
|
|
|
- public Map<Integer, Map<Long, Map<String, String>>> initDic() {
|
|
|
+ public Map<Integer, Map<Long, Map<String, String>>> initDicMap() {
|
|
|
QueryWrapper<DictionaryInfo> dictionaryInfoQueryWrapper = new QueryWrapper<DictionaryInfo>()
|
|
|
.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
|
.eq("status", StatusEnum.Enable.getKey())
|