zyy
2025-12-03 01d970e9988413793b155a1b940f0691af7c7a0a
trading-order-admin/src/main/java/com/yami/trading/admin/controller/agent/AgentController.java
@@ -124,7 +124,7 @@
        roleNames.add(Constants.SECURITY_ROLE_MEMBER);
        roleNames.add(Constants.SECURITY_ROLE_TEST);
        userService.listUser(page, roleNames, null, null, null,null, childs);
        userService.listUser(page, roleNames, null, null, null,null, childs, null);
        List<AgentDto> agentDtos = new ArrayList<>();
        for (UserDto userDto : page.getRecords()) {
            AgentDto agentDto = new AgentDto();