|
@@ -201,6 +201,7 @@ public class DevConfigServiceImpl extends ServiceImpl<DevConfigMapper, DevConfig
|
|
|
this.update(new LambdaUpdateWrapper<DevConfig>()
|
|
this.update(new LambdaUpdateWrapper<DevConfig>()
|
|
|
.eq(DevConfig::getConfigKey, devConfigBatchParam.getConfigKey())
|
|
.eq(DevConfig::getConfigKey, devConfigBatchParam.getConfigKey())
|
|
|
.set(DevConfig::getConfigValue, devConfigBatchParam.getConfigValue()));
|
|
.set(DevConfig::getConfigValue, devConfigBatchParam.getConfigValue()));
|
|
|
|
|
+ commonCacheOperator.remove(CONFIG_CACHE_KEY + tenApi.getCurrentTenDomain() + ":" + devConfigBatchParam.getConfigKey(), devConfigBatchParam.getConfigValue());
|
|
|
// 移除对应的缓存
|
|
// 移除对应的缓存
|
|
|
commonCacheOperator.put(CONFIG_CACHE_KEY + tenApi.getCurrentTenDomain() + ":" + devConfigBatchParam.getConfigKey(), devConfigBatchParam.getConfigValue());
|
|
commonCacheOperator.put(CONFIG_CACHE_KEY + tenApi.getCurrentTenDomain() + ":" + devConfigBatchParam.getConfigKey(), devConfigBatchParam.getConfigValue());
|
|
|
});
|
|
});
|