server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/PlatformGroupServiceImpl.java
@@ -270,6 +270,7 @@ .eq(Platform::getIsdeleted, Constants.ZERO) .eq(Objects.nonNull(platformDataDTO.getQueryType())&&!Constants.equalsInteger(platformDataDTO.getQueryType(),Constants.ZERO), Platform::getStatus,Constants.ZERO) .orderByAsc(Platform::getSortnum) ); //处理我的月台信息 是否配置隐藏 if(Constants.equalsInteger(platformDataDTO.getQueryType(),Constants.ONE)){