@@ -380,6 +380,7 @@ public class TenantServiceImpl implements TenantService { | |||
return vo; | |||
}).filter(x -> x != null).collect(Collectors.toList()); | |||
pageData.setRecords(collect); | |||
pageData.setTotal(collect.size()); | |||
return JsonResult.success(pageData); | |||
} | |||