mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 微信小程序启动充电/结束充电发送推送消息
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user