admin
2021-01-25 2ba431be9c12a79783e0f9ef249292b7fa95f2a1
fanli/src/main/java/com/yeshi/fanli/service/impl/config/ConfigServiceImpl.java
@@ -260,7 +260,7 @@
        }
    }
    @Cacheable(value = "config", key = "'getSearchDiscoveryKeys'")
    @Cacheable(value = "config", key = "'getSearchDiscoveryKeys'+#system")
    @Override
    public String getSearchDiscoveryKeys( SystemEnum system) {
        List<Config> list = configMapper.listByKey(ConfigKeyEnum.searchDiscoveryKeys.getKey(), null, null,system);