ximon-admin/src/main/java/com/sandu/ximon/admin/controller/GetListOnBindingController.java
@@ -114,7 +114,7 @@ @GetMapping("/getLedPlayerEntityList") public ResponseVO<Object> getLedPlayerEntityList() { List<LedPlayerEntity> list = SpringContextHolder.getBean(LedPlayerEntityService.class). ledPlayerEntityList(null, null); ledPlayerEntityList(null, null, null, null); List<Map> mapList = new ArrayList<>(); Map map;