mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-28 15:05:18 +08:00
update
This commit is contained in:
@@ -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