| | |
| | | import com.sandu.ximon.admin.utils.StoreOperationRecordsUtils; |
| | | import com.sandu.ximon.admin.utils.VnnoxAPIUtil; |
| | | import com.sandu.ximon.admin.vo.EquipmentInfomation; |
| | | import com.sandu.ximon.dao.bo.LEDNovaGroupListBo; |
| | | import com.sandu.ximon.dao.domain.LedPlayerEntity; |
| | | import com.sandu.ximon.dao.enums.OrderByEnums; |
| | | import com.sandu.ximon.dao.mapper.LedPlayerEntityMapper; |
| | |
| | | */ |
| | | List<String> listCode = new ArrayList<>(1); |
| | | listCode.add(ledPlayerEntity.getSn()); |
| | | String content = "{ 设备id:" + ledPlayerEntity.getId() + "设备code:" + ledPlayerEntity.getSn() |
| | | + "诺瓦playId:" + ledPlayerEntity.getPlayerId() |
| | | + "诺瓦设备名称:" + ledPlayerEntity.getName() + |
| | | "}"; |
| | | String content = "{ 设备id:" + ledPlayerEntity.getId() + "设备code:" + ledPlayerEntity.getSn() + "诺瓦playId:" + ledPlayerEntity.getPlayerId() + "诺瓦设备名称:" + ledPlayerEntity.getName() + "}"; |
| | | |
| | | StoreOperationRecordsUtils.storeOperationData(listCode, null, "诺瓦设备新增", content); |
| | | /** |
| | |
| | | return SpringContextHolder.getBean(VnnoxService.class).setCacheInfo(vnnoxAPIUtil.syncCurrentInfo(list)); |
| | | } |
| | | |
| | | /** |
| | | * 获取整组的屏幕 |
| | | * @param groupId |
| | | */ |
| | | public List<LEDNovaGroupListBo> getListByGroupId(Long groupId) { |
| | | List<LEDNovaGroupListBo> listByGroupId = baseMapper.getListByGroupId(groupId, SecurityUtils.getClientId()); |
| | | return listByGroupId; |
| | | } |
| | | } |