mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
update 贵州省平台Service
This commit is contained in:
@@ -49,4 +49,6 @@ public class QueryConnectorListDTO {
|
||||
* 接口编号
|
||||
*/
|
||||
private List<String> connectorCodeList;
|
||||
|
||||
private String requestSource;
|
||||
}
|
||||
|
||||
@@ -1261,6 +1261,7 @@ public class PileBasicInfoServiceImpl implements PileBasicInfoService {
|
||||
|
||||
resultList.add(equipmentInfo);
|
||||
}
|
||||
|
||||
return resultList;
|
||||
}
|
||||
|
||||
|
||||
@@ -337,7 +337,10 @@ public class PileConnectorInfoServiceImpl implements PileConnectorInfoService {
|
||||
if (CollectionUtils.isEmpty(pileSns) && CollectionUtils.isEmpty(connectorIds) && CollectionUtils.isEmpty(connectorCodeList)) {
|
||||
return Lists.newArrayList();
|
||||
}
|
||||
PageHelper.startPage(pageNum, pageSize);
|
||||
|
||||
if (StringUtils.isBlank(dto.getRequestSource())) {
|
||||
PageHelper.startPage(pageNum, pageSize);
|
||||
}
|
||||
|
||||
List<PileConnectorInfoVO> pileConnectorInfoList = pileConnectorInfoMapper.getPileConnectorInfoList(pileSns, connectorIds, connectorCodeList);
|
||||
|
||||
|
||||
@@ -140,4 +140,10 @@ public class EquipmentInfo {
|
||||
@JSONField(name = "Power")
|
||||
private BigDecimal power;
|
||||
|
||||
|
||||
/**
|
||||
* 站点额定功率
|
||||
*/
|
||||
private BigDecimal stationRatedPower;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user