From 0441720fcd600427c8bb110d10287afdc1caccdd Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Wed, 25 Sep 2024 09:03:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supervision/service/survey/impl/SurveyTestServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pqs-supervision/supervision-boot/src/main/java/com/njcn/supervision/service/survey/impl/SurveyTestServiceImpl.java b/pqs-supervision/supervision-boot/src/main/java/com/njcn/supervision/service/survey/impl/SurveyTestServiceImpl.java index be85b4a97..67ad7250b 100644 --- a/pqs-supervision/supervision-boot/src/main/java/com/njcn/supervision/service/survey/impl/SurveyTestServiceImpl.java +++ b/pqs-supervision/supervision-boot/src/main/java/com/njcn/supervision/service/survey/impl/SurveyTestServiceImpl.java @@ -433,13 +433,13 @@ public class SurveyTestServiceImpl extends ServiceImpl surveyTestVOList = this.baseMapper.getTodoBusiness(queryWrapper); if(CollectionUtil.isNotEmpty(surveyTestVOList)){ todoVOList = surveyTestVOList.stream().map(item -> { - if (item.getCustomSubstationFlag() == 0) { //关联台账内的变电站名称 String substation = item.getSubstation();