mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-30 03:58:09 +08:00
update
This commit is contained in:
@@ -2502,6 +2502,7 @@ public class SpringBootTestController {
|
|||||||
|
|
||||||
GetStationInfoDTO dto = new GetStationInfoDTO();
|
GetStationInfoDTO dto = new GetStationInfoDTO();
|
||||||
dto.setType("page");
|
dto.setType("page");
|
||||||
|
dto.setIdList(Lists.newArrayList("395"));
|
||||||
aMapService.getStationInfosV2(dto);
|
aMapService.getStationInfosV2(dto);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -72,7 +72,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<ul class="list-group list-group-striped">
|
<ul class="list-group list-group-striped">
|
||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
<svg-icon icon-class="date" /> 当前日期
|
<el-icon name="date" /> 当前日期
|
||||||
<div class="pull-right">{{ nowDate }}</div>
|
<div class="pull-right">{{ nowDate }}</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user