2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2022-06-30 3c7311b3a6c4da836cbba8fe7997f5aec3e64c91
ximon-admin/src/main/java/com/sandu/ximon/admin/controller/ClientController.java
@@ -183,7 +183,9 @@
        //排序方式
        String orderBy = orderByResult + " " + orderBySeq;
        PageHelper.startPage(baseConditionVO.getPageNo(), baseConditionVO.getPageSize(), orderBy);
        if (baseConditionVO != null) {
            PageHelper.startPage(baseConditionVO.getPageNo(), baseConditionVO.getPageSize(), orderBy);
        }
        List<Client> clientList = clientService.list(wrapper);
        List<ClientDto> clientDtoList = new ArrayList<>();