Browse Source

Merge branch 'release_toaliyun_real_202111' of https://git.malls.iformall.com/server/formallProject into release_toaliyun_real_202111

release_toaliyun_real
xhxu 4 years ago
parent
commit
fff77b5930
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/SysConfigServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/SysConfigServiceImpl.java View File

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


Loading…
Cancel
Save