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