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:
@@ -646,6 +646,11 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
|
||||
return list;
|
||||
}
|
||||
|
||||
/**
|
||||
* 通过站点id查询充电桩列表
|
||||
* @param stationId 站点id
|
||||
* @return 充电桩列表
|
||||
*/
|
||||
@Override
|
||||
public List<PileBasicInfo> getPileListByStationId(String stationId) {
|
||||
String redisKey = CacheConstants.GET_PILE_LIST_BY_STATION_ID + stationId;
|
||||
|
||||
Reference in New Issue
Block a user