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 @@