src/main/java/com/highdatas/mdm/service/impl/SysViewServiceImpl.java
@@ -90,7 +90,10 @@ int length = tableSchemaResult.getLength(); totalLength += length; } int pageSize = Constant.MaxDispenseSize / totalLength; int pageSize = 20; if (totalLength != 0) { pageSize = Constant.MaxDispenseSize / totalLength; } page.setPageSize(pageSize); Long viewCount = getViewCount(sysView); if (viewCount == 0) {