mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-01 00:20:03 +08:00
新增 联联平台获取站点信息接口
This commit is contained in:
@@ -601,4 +601,9 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
|
||||
}
|
||||
return list;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<PileBasicInfo> getPileListByStationId(String stationId) {
|
||||
return pileBasicInfoMapper.getPileListByStationId(stationId);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -146,8 +146,8 @@ public class PileStationInfoServiceImpl implements IPileStationInfoService {
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<PileStationInfo> getStationInfoForLianLian(int pageNum, int pageSize) {
|
||||
PageUtils.startPage(pageNum, pageSize);
|
||||
public List<PileStationInfo> getStationInfoForLianLian() {
|
||||
// PageUtils.startPage(pageNum, pageSize);
|
||||
return pileStationInfoMapper.getStationInfoForLianLian();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user