mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update
This commit is contained in:
@@ -925,10 +925,11 @@
|
||||
|
||||
<select id="getAccumulativeInfoForLianLian" resultType="com.jsowell.pile.vo.lianlian.AccumulativeInfoVO">
|
||||
SELECT
|
||||
t1.order_code as orderCode,
|
||||
t1.pile_connector_code as pileConnectorCode,
|
||||
t1.pile_sn as pileSn,
|
||||
t1.station_id as stationId,
|
||||
t2.total_used_electricity as connectorElectricity
|
||||
IFNULL(t2.total_used_electricity,0.00) as connectorElectricity
|
||||
FROM
|
||||
order_basic_info t1
|
||||
JOIN order_detail t2 ON t1.order_code = t2.order_code
|
||||
|
||||
Reference in New Issue
Block a user