From c3aaf28f7316cce12eec007a9f85a96cbcddeec2 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期三, 07 五月 2025 10:34:20 +0800 Subject: [PATCH] 最新版本541200007 --- server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/thrid/BoardServiceImpl.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/thrid/BoardServiceImpl.java b/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/thrid/BoardServiceImpl.java index a8ef908..80e5ec4 100644 --- a/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/thrid/BoardServiceImpl.java +++ b/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/thrid/BoardServiceImpl.java @@ -1957,7 +1957,7 @@ data.setInParkCarTotal( (int) retentionList.stream().filter(i->Constants.equalsInteger(i.getType(),Constants.THREE)).count() ); - //鍦ㄥ洯鐩稿叧鏂硅溅杈� + /* //鍦ㄥ洯鐩稿叧鏂硅溅杈� data.setRelatedCarTotal( (int) retentionList.stream().filter(i->Constants.equalsInteger(i.getType(),Constants.THREE) &&Constants.equalsInteger(i.getCarType(),Constants.RetentionCarType.relation)).count() @@ -1966,26 +1966,26 @@ data.setInternalCarTotal( (int) retentionList.stream().filter(i->Constants.equalsInteger(i.getType(),Constants.THREE) &&Constants.equalsInteger(i.getCarType(),Constants.RetentionCarType.internal)).count() - ); + );*/ //鏉ヨ杞﹁締 data.setVisitCarTotal( (int) retentionList.stream().filter(i->Constants.equalsInteger(i.getType(),Constants.THREE) - &&Constants.equalsInteger(i.getCarType(),Constants.RetentionCarType.visitor)).count() + &&Constants.equalsInteger(i.getCarType(),Constants.RetentionCarType.fkCar)).count() ); //鑷敱鐗╂祦杞︽暟閲� data.setVisitCarTotal( (int) retentionList.stream().filter(i->Constants.equalsInteger(i.getType(),Constants.THREE) - &&Constants.equalsInteger(i.getCarType(),Constants.RetentionCarType.selfTruck)).count() + &&Constants.equalsInteger(i.getCarType(),Constants.RetentionCarType.atwlzyCar)).count() ); //甯傚叕鍙稿嵏璐ц溅鏁伴噺 data.setInternalJobCarTotal( (int) retentionList.stream().filter(i->Constants.equalsInteger(i.getType(),Constants.THREE) - &&Constants.equalsInteger(i.getCarType(),Constants.RetentionCarType.cityComTruck)).count() + &&Constants.equalsInteger(i.getCarType(),Constants.RetentionCarType.sgsxhCar)).count() ); //澶栧崗杞︽暟閲� data.setRelatedJobCarTotal( (int) retentionList.stream().filter(i->Constants.equalsInteger(i.getType(),Constants.THREE) - &&Constants.equalsInteger(i.getCarType(),Constants.RetentionCarType.outTruck)).count() + &&Constants.equalsInteger(i.getCarType(),Constants.RetentionCarType.wxysCar)).count() ); data.setVideoPluginUrl(getVideoUrl()); return data; @@ -2031,7 +2031,7 @@ .in(PlatformJob ::getStatus,new Integer[]{Constants.PlatformJobStatus.WORKING.getKey(),Constants.PlatformJobStatus.CALLED.getKey() }) // .leftJoin(Platform.class,Platform::getId,PlatformJob::getPlatformId) .orderByDesc(PlatformJob::getStatus ) - .orderByAsc(PlatformJob::getId ) + .orderByAsc(PlatformJob::getSortnum ) ); List<PlatformDevice> platformDevices = platformDeviceMapper.selectList(new QueryWrapper<PlatformDevice>().lambda().eq(PlatformDevice::getType,Constants.ONE) .eq(PlatformDevice::getIsdeleted,Constants.ZERO).isNotNull(PlatformDevice::getDeviceId)); -- Gitblit v1.9.3