| | |
| | | |
| | | |
| | | public List<LedPlayerEntity> ledPlayerEntityList(BaseConditionVO baseConditionVO, String keyword) { |
| | | PageHelper.startPage(baseConditionVO.getPageNo(), baseConditionVO.getPageSize()); |
| | | if (baseConditionVO != null) { |
| | | PageHelper.startPage(baseConditionVO.getPageNo(), baseConditionVO.getPageSize()); |
| | | } |
| | | List<LedPlayerEntity> list; |
| | | //超管 |
| | | if (SecurityUtils.getClientId() == null) { |
| | |
| | | return SpringContextHolder.getBean(VnnoxService.class).setCacheInfo(vnnoxAPIUtil.syncCurrentInfo(list)); |
| | | } |
| | | |
| | | // public List<LedPlayerEntity> ledPlayerEntityList() { |
| | | // List<LedPlayerEntity> list; |
| | | // //超管 |
| | | // if (SecurityUtils.getClientId() == null) { |
| | | // list = ledPlayerEntityMapper.ledPlayerEntityList(null, null); |
| | | // } else { |
| | | // list = ledPlayerEntityMapper.ledPlayerEntityList(null, SecurityUtils.getUserId()); |
| | | // } |
| | | // return SpringContextHolder.getBean(VnnoxService.class).setCacheInfo(vnnoxAPIUtil.syncCurrentInfo(list)); |
| | | // } |
| | | } |