|
|
@ -57,7 +57,6 @@ public class CustomerOrgRedis { |
|
|
|
public static GridInfoCache getGridInfo(String gridId){ |
|
|
|
String key = RedisKeys.getGridInfoKey(gridId); |
|
|
|
Map<String, Object> grid = customerOrgRedis.redisUtils.hGetAll(key); |
|
|
|
log.info("grid is {}", JSON.toJSONString(grid)); |
|
|
|
if (!CollectionUtils.isEmpty(grid)) { |
|
|
|
return ConvertUtils.mapToEntity(grid, GridInfoCache.class); |
|
|
|
} |
|
|
|