zyy
2025-12-29 645f40f5f61f8fa217ef01b5b2aaaf687b173577
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();