| | |
| | | throw new BusinessException("未选择LED屏"); |
| | | } |
| | | for (PoleLightemitEntity playerId : list) { |
| | | lightemitUtils.clear(playerId.getLightemitControlCode()); |
| | | String clear = lightemitUtils.clear(playerId.getLightemitControlCode()); |
| | | lightemitUtils.clearPlayerTask(playerId.getLightemitControlCode()); |
| | | } |
| | | |
| | |
| | | |
| | | // 设置缩略图访问路径 |
| | | result = redisUtils.get(VnnoxConstant.REDIS_SCREEN_SHOT + playerId); |
| | | System.out.println(playerId + "的路径结果:-----------------------------" + result); |
| | | if (null != result) { |
| | | playerEntity.setScreenShotUrl(result); |
| | | } else { |