修改非maat配置时支持将配置从失效再次置为有效的状态
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user