@@ -281,6 +281,8 @@ public class ClientUserServiceImpl implements ClientUserSevice { | |||
list.add(vo); | |||
} | |||
PageInfo<TenantVo> tenantVoPageInfo = new PageInfo<>(list); | |||
//添加总条数 | |||
tenantVoPageInfo.setTotal(list.size()); | |||
return JsonResult.success(tenantVoPageInfo); | |||
} |