This commit is contained in:
2024-04-19 15:27:58 +08:00
25 changed files with 171 additions and 106 deletions

View File

@@ -111,4 +111,6 @@ public class NROrderInfo {
*/
@JSONField(name = "MeterValueEnd")
private BigDecimal meterValueEnd;
private String thirdPartyType;
}

View File

@@ -0,0 +1,19 @@
package com.jsowell.pile.dto;
import lombok.Data;
/**
* TODO
*
* @author Lemon
* @Date 2024/4/19 14:38:48
*/
@Data
public class PushRealTimeInfoDTO {
private String pileConnectorCode;
private String status;
private String thirdPartyType;
}

View File

@@ -2712,6 +2712,7 @@
SELECT
t1.station_id as stationId,
t1.merchant_id,
t1.third_party_type as thirdPartyType,
t3.organization_code AS operatorId,
t1.pile_connector_code AS connectorId,
t1.order_code AS startChargeSeq,