@@ -380,7 +380,6 @@ 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); | |||
} | |||