1:将redis工具类中的异常抛出

This commit is contained in:
RenKaiGe-Office
2018-07-17 19:46:24 +08:00
parent 60aa770cce
commit 5b6b404b11
2 changed files with 9 additions and 581 deletions

View File

@@ -107,7 +107,7 @@ public class MaatTestController {
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";