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);