update 微信小程序启动充电/结束充电发送推送消息

This commit is contained in:
Lemon
2023-03-18 15:32:29 +08:00
parent 6b3f593f3f
commit 3cad5c6135
5 changed files with 105 additions and 19 deletions

View File

@@ -786,12 +786,15 @@
<select id="selectOrderInfoByOrderCode" resultType="com.jsowell.pile.vo.uniapp.SendMessageVO">
SELECT
t1.order_code as orderCode,
t1.pile_sn as pileSn,
t1.connector_code as connectorCode,
t1.charge_start_time as chargeStartTime,
t1.charge_end_time as chargeStopTime,
t1.reason as stopReason,
t1.station_id as stationId,
t2.station_name as stationName,
t3.total_order_amount as orderAmount,
t3.total_used_electricity as chargingDegree,
t4.open_id as openId
FROM
order_basic_info t1