修改非maat配置时支持将配置从失效再次置为有效的状态

This commit is contained in:
RenKaiGe-Office
2018-07-17 17:25:11 +08:00
parent 30aaee1e1d
commit bb5fda045e
3 changed files with 39 additions and 17 deletions

View File

@@ -126,7 +126,7 @@ public class ConfigSourcesController extends BaseRestController {
map.put(service, arrayList);
Map<Integer, Map<Integer, List<Long>>> idMap = new HashMap<Integer, Map<Integer, List<Long>>>();
idMap.put(redisDB, map);
configRedisService.delUnMaatConfig(idMap);
configRedisService.delUnMaatConfig(idMap,true);
// configRedisService.saveMaatConfig(listMap, service);
// new ConfigRedisServiceimpl().GETMaatConfig(listMap);
return "ok";