admin
2020-12-31 8bed368f976337b1860812d74681dfbc2c770577
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);