pull/1/head
wqy 2 years ago
parent f2b5e3a399
commit fbc8ffd49c

@ -145,6 +145,7 @@ public class SysConfigServiceImpl implements ISysConfigService {
if (row > 0) { if (row > 0) {
if ("N".equals(config.getConfigType())){ if ("N".equals(config.getConfigType())){
redisCache.setCacheObject(getCacheKey2(config.getConfigKey()), config); redisCache.setCacheObject(getCacheKey2(config.getConfigKey()), config);
redisCache.setCacheObject(getCacheKey(config.getConfigKey()), config.getConfigValue());
} else { } else {
redisCache.setCacheObject(getCacheKey(config.getConfigKey()), config.getConfigValue()); redisCache.setCacheObject(getCacheKey(config.getConfigKey()), config.getConfigValue());
} }

Loading…
Cancel
Save