mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-19 06:39:50 +08:00
update
This commit is contained in:
@@ -646,6 +646,11 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
|
|||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 通过站点id查询充电桩列表
|
||||||
|
* @param stationId 站点id
|
||||||
|
* @return 充电桩列表
|
||||||
|
*/
|
||||||
@Override
|
@Override
|
||||||
public List<PileBasicInfo> getPileListByStationId(String stationId) {
|
public List<PileBasicInfo> getPileListByStationId(String stationId) {
|
||||||
String redisKey = CacheConstants.GET_PILE_LIST_BY_STATION_ID + stationId;
|
String redisKey = CacheConstants.GET_PILE_LIST_BY_STATION_ID + stationId;
|
||||||
|
|||||||
Reference in New Issue
Block a user