admin
2020-12-05 145a6efab30d7a0acb76eee6cd512eba93665efe
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);