|
|
@@ -212,7 +212,7 @@ public class MonitorCameraController {
|
|
212
|
212
|
for (Map<String,Object> depot : depotList) {
|
|
213
|
213
|
map.put("orgid",depot.get("depotId"));
|
|
214
|
214
|
List<Map<String,Object>> cameraList = cameraService.getAgentVideo(map);
|
|
215
|
|
- if(ParameterUtil.isnotnull(cameraList)){
|
|
|
215
|
+ if(cameraList!=null&&!cameraList.isEmpty()){
|
|
216
|
216
|
list.add(cameraList);
|
|
217
|
217
|
}
|
|
218
|
218
|
}
|