|
@ -1867,6 +1867,9 @@ private VideoController videoController; |
|
|
public TableDataInfo dcDoorOpen(){ |
|
|
public TableDataInfo dcDoorOpen(){ |
|
|
startPage(); |
|
|
startPage(); |
|
|
Map<String, Object> redisCacheCacheMap = redisCache.getCacheMap(DOORSTATUS); |
|
|
Map<String, Object> redisCacheCacheMap = redisCache.getCacheMap(DOORSTATUS); |
|
|
|
|
|
if (redisCacheCacheMap==null){ |
|
|
|
|
|
return getDataTable(Collections.emptyList()); |
|
|
|
|
|
} |
|
|
Set<String> strings = redisCacheCacheMap.keySet(); |
|
|
Set<String> strings = redisCacheCacheMap.keySet(); |
|
|
List<DcDoor> list = dcDeviceService.selectDcDoorOpen(strings); |
|
|
List<DcDoor> list = dcDeviceService.selectDcDoorOpen(strings); |
|
|
return getDataTable(list); |
|
|
return getDataTable(list); |
|
|