|
|
|
@@ -75,8 +75,8 @@ public class SysConfigServiceImpl implements SysConfigService { |
|
|
|
SysConfigValue configValue = sysConfigValueMapper.findByItemId(cvq); |
|
|
|
if (null != configValue) { |
|
|
|
config.setConfigItemValue(configValue.getConfigItemValue()); |
|
|
|
RedisCacheUtils.cache(baseRedisTemplate, String.format(cache_prex, tenantEntity.getTenantId(),key), config, 3600*24*3); |
|
|
|
} |
|
|
|
RedisCacheUtils.cache(baseRedisTemplate, String.format(cache_prex, tenantEntity.getTenantId(),key), config, 3600*24*3); |
|
|
|
} |
|
|
|
} |
|
|
|
return config; |
|
|
|
|