mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +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;
|
||||
|
||||
}
|
||||
|
||||
@@ -2968,10 +2968,8 @@
|
||||
JOIN pile_merchant_info t3 on t1.merchant_id = t3.id
|
||||
WHERE
|
||||
t1.station_id = #{stationId,jdbcType=VARCHAR}
|
||||
-- AND t1.charge_start_time <![CDATA[ >= ]]> DATE_SUB( CURDATE(), INTERVAL 1 DAY )
|
||||
-- AND t1.charge_start_time <![CDATA[ < ]]> CURDATE()
|
||||
AND t1.charge_start_time <![CDATA[ >= ]]> '2024-07-08'
|
||||
AND t1.charge_start_time <![CDATA[ < ]]> '2024-07-09'
|
||||
AND t1.charge_start_time <![CDATA[ >= ]]> DATE_SUB( CURDATE(), INTERVAL 1 DAY )
|
||||
AND t1.charge_start_time <![CDATA[ < ]]> CURDATE()
|
||||
</select>
|
||||
|
||||
<select id="queryOrderByOccupyTime" resultType="com.jsowell.pile.vo.web.OrderListVO">
|
||||
|
||||
Reference in New Issue
Block a user