mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update
This commit is contained in:
@@ -3125,6 +3125,8 @@
|
||||
FROM
|
||||
order_basic_info
|
||||
WHERE
|
||||
del_flag = '0'
|
||||
and
|
||||
station_id = #{stationId}
|
||||
ORDER BY
|
||||
create_time DESC
|
||||
|
||||
@@ -311,10 +311,12 @@
|
||||
t1.pile_sn
|
||||
FROM
|
||||
pile_connector_info t1
|
||||
LEFT JOIN pile_basic_info t2 ON t1.pile_sn = t2.sn
|
||||
LEFT JOIN pile_basic_info t2 ON (t1.pile_sn = t2.sn and t2.del_flag = '0')
|
||||
WHERE
|
||||
t1.status = '255'
|
||||
t1.status in ('255','0')
|
||||
AND
|
||||
t2.station_id = #{stationId,jdbcType=VARCHAR}
|
||||
AND
|
||||
t1.del_flag = '0'
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user