update 甘肃省平台Service

This commit is contained in:
Lemon
2024-12-11 15:29:03 +08:00
parent c833d8c182
commit e0f040ec8b
7 changed files with 112 additions and 147 deletions

View File

@@ -107,13 +107,6 @@ public class EquipmentInfo {
@JSONField(name = "NewNationalStandard")
private Integer newNationalStandard;
/**
* 充电设备接口列表 Y
* 该充电设备所有的充电设备接口的信息对象集合
*/
@JSONField(name = "SupConnectorInfos")
private List<ConnectorInfo> supconnectorInfos;
/**
* 充电设备接口列表 Y
* 该充电设备所有的充电设备接口的信息对象集合

View File

@@ -2971,7 +2971,7 @@
-- 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-8-19'
AND t1.charge_start_time <![CDATA[ < ]]> '2024-07-09'
</select>
<select id="queryOrderByOccupyTime" resultType="com.jsowell.pile.vo.web.OrderListVO">