mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 首页汇总数据
This commit is contained in:
@@ -613,8 +613,8 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
|
|||||||
}
|
}
|
||||||
log.info("后管首页基本信息查询 authorizedMap:{}, dto:{}", JSONObject.toJSONString(authorizedMap), JSONObject.toJSONString(dto));
|
log.info("后管首页基本信息查询 authorizedMap:{}, dto:{}", JSONObject.toJSONString(authorizedMap), JSONObject.toJSONString(dto));
|
||||||
dto.setStationIdList(stationIdList);
|
dto.setStationIdList(stationIdList);
|
||||||
IndexGeneralSituationVO generalInfo = pileBasicInfoMapper.getGeneralSituation(dto);
|
// IndexGeneralSituationVO generalInfo = pileBasicInfoMapper.getGeneralSituation(dto);
|
||||||
// IndexGeneralSituationVO generalInfo = pileBasicInfoMapper.getGeneralSituationInfo(dto);
|
IndexGeneralSituationVO generalInfo = pileBasicInfoMapper.getGeneralSituationInfo(dto);
|
||||||
|
|
||||||
List<PileInfoVO> pileInfoVOS = queryPileDetailList(stationIdList);
|
List<PileInfoVO> pileInfoVOS = queryPileDetailList(stationIdList);
|
||||||
// 对集合根据pileSn进行去重
|
// 对集合根据pileSn进行去重
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
|
|
||||||
<div class="app-container">
|
<div class="app-container">
|
||||||
<h1>概况</h1>
|
<h1>概况 (自2023-01-01起)</h1>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div style="display: flex;justify-content: space-between;margin-top: 10px;flex-wrap: wrap;">
|
<div style="display: flex;justify-content: space-between;margin-top: 10px;flex-wrap: wrap;">
|
||||||
<div class="box" style="background-color: #ffba00;">
|
<div class="box" style="background-color: #ffba00;">
|
||||||
|
|||||||
Reference in New Issue
Block a user