From 9fed1254cc5b00dacede9b8c8dcc0d13e085b5ec Mon Sep 17 00:00:00 2001 From: Lemon Date: Thu, 27 Jul 2023 13:40:36 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E9=A6=96=E9=A1=B5=E6=B1=87?= =?UTF-8?q?=E6=80=BB=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/pile/service/impl/PileBasicInfoServiceImpl.java | 4 ++-- jsowell-ui/src/views/homeIndex/homeIndex.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java index d590efb31..3d7cf39b0 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java @@ -613,8 +613,8 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService { } log.info("后管首页基本信息查询 authorizedMap:{}, dto:{}", JSONObject.toJSONString(authorizedMap), JSONObject.toJSONString(dto)); dto.setStationIdList(stationIdList); - IndexGeneralSituationVO generalInfo = pileBasicInfoMapper.getGeneralSituation(dto); - // IndexGeneralSituationVO generalInfo = pileBasicInfoMapper.getGeneralSituationInfo(dto); + // IndexGeneralSituationVO generalInfo = pileBasicInfoMapper.getGeneralSituation(dto); + IndexGeneralSituationVO generalInfo = pileBasicInfoMapper.getGeneralSituationInfo(dto); List pileInfoVOS = queryPileDetailList(stationIdList); // 对集合根据pileSn进行去重 diff --git a/jsowell-ui/src/views/homeIndex/homeIndex.vue b/jsowell-ui/src/views/homeIndex/homeIndex.vue index f3c24b7b8..1d8b1aa60 100644 --- a/jsowell-ui/src/views/homeIndex/homeIndex.vue +++ b/jsowell-ui/src/views/homeIndex/homeIndex.vue @@ -1,7 +1,7 @@