mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -971,8 +971,9 @@
|
||||
<select id="getListByOrderCodes" resultType="com.jsowell.pile.vo.uniapp.OrderVO">
|
||||
SELECT t1.order_code as orderCode,
|
||||
t1.order_status as orderStatus,
|
||||
t1.reason,
|
||||
t1.station_id,
|
||||
t1.reason as reason,
|
||||
t1.merchant_id as merchantId,
|
||||
t1.station_id as stationId,
|
||||
t3.station_name as stationName,
|
||||
t1.pile_sn as pileSn,
|
||||
t1.connector_code as connectorCode,
|
||||
@@ -985,8 +986,8 @@
|
||||
t2.total_electricity_amount as totalElectricityAmount,
|
||||
t2.total_service_amount as totalServiceAmount
|
||||
from order_basic_info t1
|
||||
join order_detail t2 on t1.order_code = t2.order_code
|
||||
join pile_station_info t3 on t1.station_id = t3.id
|
||||
join order_detail t2 on t1.order_code = t2.order_code
|
||||
join pile_station_info t3 on t1.station_id = t3.id
|
||||
where t1.del_flag = '0'
|
||||
and t1.order_code in
|
||||
<foreach collection="orderCodes" item="orderCode" open="(" separator="," close=")">
|
||||
|
||||
Reference in New Issue
Block a user