ximon-admin/src/main/java/com/sandu/ximon/admin/service/LedPlayerEntityService.java
@@ -150,7 +150,9 @@ String orderBy = orderByResult + " " + orderBySeq; PageHelper.startPage(baseConditionVO.getPageNo(), baseConditionVO.getPageSize(), orderBy); if (baseConditionVO != null) { PageHelper.startPage(baseConditionVO.getPageNo(), baseConditionVO.getPageSize(), orderBy); } List<LedPlayerEntity> list; //超管 if (SecurityUtils.getClientId() == null) {