ximon-admin/src/main/java/com/sandu/ximon/admin/service/XiXunPlayerService.java
@@ -96,7 +96,9 @@ } //排序方式 String orderBy = orderByResult + " " + orderBySeq; PageHelper.startPage(baseConditionVO.getPageNo(), baseConditionVO.getPageSize(), orderBy); if (baseConditionVO != null) { PageHelper.startPage(baseConditionVO.getPageNo(), baseConditionVO.getPageSize(), orderBy); } return list(wrapper); }